Skip to content

Commit ea5c634

Browse files
committed
Update README.md
1 parent 276e52f commit ea5c634

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
```

0 commit comments

Comments
 (0)