8000 [7.x] Improved Queue Timeout Docs · Pull Request #6276 · laravel/docs · GitHub
[go: up one dir, main page]

Skip to content

[7.x] Improved Queue Timeout Docs #6276

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from Aug 26, 2020
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update queues.md
  • Loading branch information
Musa authored Aug 26, 2020
commit cd219ae9270c62cba82f6bb10ee8525f29cf620e
2 changes: 1 addition & 1 deletion queues.md
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ In this example, the job is released for ten seconds if the application is unabl

#### Timeout

> {note} The `timeout` feature only works when PHP version is 7.1+ and the `pcntl` PHP extension is installed.
> {note} The `pcntl` PHP extension must be installed for this feature to work.

Likewise, the maximum number of seconds that jobs can run may be specified using the `--timeout` switch on the Artisan command line:

Expand Down
0