File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,9 +52,9 @@ Please check the table below for supported Laravel and PHP versions:
5252 'handler' => env('STACKKIT_CLOUD_TASKS_HANDLER', ''),
5353 'queue' => env('STACKKIT_CLOUD_TASKS_QUEUE', 'default'),
5454 'service_account_email' => env('STACKKIT_CLOUD_TASKS_SERVICE_EMAIL', ''),
55- // Optional: The deadline for requests sent to the worker. If the worker does not
56- // respond by this deadline then the request is cancelled and the attempt is
57- // marked as a DEADLINE_EXCEEDED failure.
55+ // Optional: The deadline in seconds for requests sent to the worker. If the worker
56+ // does not respond by this deadline then the request is cancelled and the attempt
57+ // is marked as a DEADLINE_EXCEEDED failure.
5858 'dispatch_deadline' => null,
5959 ],
6060 ```
You can’t perform that action at this time.
0 commit comments