Skip to content

Commit bcc0bd0

Browse files
authored
Merge pull request laravel#2636 from pakogn/fix/queues-comments-0
fix comment
2 parents 3bb07eb + e5fd8bf commit bcc0bd0

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
@@ -318,7 +318,7 @@ In your `config/queue.php` configuration file, each queue connection defines a `
318318
319319
#### Worker Timeouts
320320

321-
The `queue:work` Artisan command exposes a `--timeout` option. The `--timeout` option specifies how long the Laravel queue master process will wait before killing off a child queue worker that is processing a job. Sometimes a child queue process can become "frozen" for various reasons, such as a external HTTP call that is not responding. The `--timeout` option removes frozen processes that have exceeded that specified time limit:
321+
The `queue:work` Artisan command exposes a `--timeout` option. The `--timeout` option specifies how long the Laravel queue master process will wait before killing off a child queue worker that is processing a job. Sometimes a child queue process can become "frozen" for various reasons, such as an external HTTP call that is not responding. The `--timeout` option removes frozen processes that have exceeded that specified time limit:
322322

323323
php artisan queue:work --timeout=60
324324

0 commit comments

Comments
 (0)