Skip to content

Commit ac8b01a

Browse files
committed
formatting
1 parent 739f3de commit ac8b01a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

queues.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Adjusting this value based on your queue load can be more efficient than continu
9494
'block_for' => 5,
9595
],
9696

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.
9898
9999
#### Other Driver Prerequisites
100100

0 commit comments

Comments
 (0)