Skip to content

Commit b34c93f

Browse files
kevinmircrosa
authored andcommitted
Update README.md
1 parent 46152aa commit b34c93f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ production:
8383
8484
Everything is optional. If no configuration is provided, Solid Queue will run with one dispatcher and one worker with default settings.
8585
86-
- `polling_interval`: the time interval in seconds that workers and dispatchers will wait before checking for more jobs. This time defaults to `5` seconds for dispatchers and `1` second for workers.
86+
- `polling_interval`: the time interval in seconds that workers and dispatchers will wait before checking for more jobs. This time defaults to `1` second for dispatchers and `0.1` seconds for workers.
8787
- `batch_size`: the dispatcher will dispatch jobs in batches of this size.
8888
- `queues`: the list of queues that workers will pick jobs from. You can use `*` to indicate all queues (which is also the default and the behaviour you'll get if you omit this). You can provide a comma-separated list of queues. Jobs will be polled from those queues in order, so for example, with `real_time,background`, no jobs will be taken from `background` unless there aren't any more jobs waiting in `real_time`. You can also provide a prefix with a wildcard to match queues starting with a prefix. For example:
8989
```yml

0 commit comments

Comments
 (0)