Skip to content

Commit cba5c3e

Browse files
committed
wip
1 parent 7c45d25 commit cba5c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

queues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1583,7 +1583,7 @@ php artisan queue:work --max-time=3600
15831583
<a name="worker-sleep-duration"></a>
15841584
#### Worker Sleep Duration
15851585

1586-
When jobs are available on the queue, the worker will keep processing jobs with no delay in between them. However, the `sleep` option determines how many seconds the worker will "sleep" if there are no new jobs available. While sleeping, the worker will not process any new jobs - the jobs will be processed after the worker wakes up again.
1586+
When jobs are available on the queue, the worker will keep processing jobs with no delay in between jobs. However, the `sleep` option determines how many seconds the worker will "sleep" if there are no jobs available. Of course, while sleeping, the worker will not process any new jobs:
15871587

15881588
```shell
15891589
php artisan queue:work --sleep=3

0 commit comments

Comments
 (0)