Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions queues.md
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,8 @@ When jobs are available on the queue, the worker will keep processing jobs with

php artisan queue:work --sleep=3

> {note} The `--sleep` value should always be at least several seconds shorter than the `--timeout` value (default 60 seconds if not set). This will ensure that the child queue process isn't mistakenly being marked as frozen and removed.

<a name="supervisor-configuration"></a>
## Supervisor Configuration

Expand Down