You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: queues.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,7 @@ Adjusting this value based on your queue load can be more efficient than continu
94
94
'block_for' => 5,
95
95
],
96
96
97
-
> {note} Using a value of `0` for `block_for` will cause the queue workers to block indefinitely until the next job gets released. This will also prevent signals like `SIGTERM`sent to the queue workers from being handled until the next job has been fetched and processed.
97
+
> {note} Setting `block_for` to `0` will cause queue workers to block indefinitely until a job is available. This will also prevent signals such as `SIGTERM` from being handled until the next job has been processed.
0 commit comments