Skip to content

Commit 9cdc8e8

Browse files
committed
update docs
1 parent 498da7a commit 9cdc8e8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/running-queues.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,9 @@ This way, worker will consume jobs with the `low` priority and then with `high`.
6565

6666
### Running many instances of the same queue
6767

68-
As mentioned above, sometimes we may want to have multiple instances of the same command running at the same time. The queue is safe to use in that scenario with all databases if you keep the `skipLocked` to `true` in the config file.
69-
Only for SQLite3, PHPRedis and Predis driver, this setting is not relevant.
68+
As mentioned above, sometimes we may want to have multiple instances of the same command running at the same time. The queue is safe to use in that scenario with all databases as long as you keep the `skipLocked` to `true` in the config file. Only for SQLite3 driver, this setting is not relevant as it provides atomicity without the need for explicit concurrency control.
69+
70+
The PHPRedis and Predis drivers are also safe to use with multiple instances of the same command.
7071

7172
### Handling long-running process
7273

0 commit comments

Comments
 (0)