Skip to content

Commit 699ac90

Browse files
committed
Add a note to warn about the timeout queue that requires PHP 7.1 and the pcntl extension to work
1 parent 1edae7c commit 699ac90

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

queues.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,8 @@ However, you may take a more granular approach by defining the maximum number of
306306

307307
#### Timeout
308308

309+
> {note} PHP 7.1 and the pcntl module is required (this extension is not available on Windows platforms).
310+
309311
Likewise, the maximum number of seconds that jobs can run may be specified using the `--timeout` switch on the Artisan command line:
310312

311313
php artisan queue:work --timeout=30

0 commit comments

Comments
 (0)