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:
52
52
'handler' => env('STACKKIT_CLOUD_TASKS_HANDLER', ''),
53
53
'queue' => env('STACKKIT_CLOUD_TASKS_QUEUE', 'default'),
54
54
'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.
58
58
'dispatch_deadline' => null,
59
59
],
60
60
```
You can’t perform that action at this time.
0 commit comments