Skip to content

Commit 29681ec

Browse files
morgothrosa
authored andcommitted
Update example for all queues sign
Without it, I'm getting error: ``` YAML syntax error occurred while parsing /home/wojtek/Projects/tiramizoo/replenisher/config/solid_queue.yml. Please note that YAML must be consistently indented using spaces. Tabs are not allowed. Error: (<unknown>): did not find expected alphabetic or numeric character while scanning an alias at line 6 column 15 ``` when starting `bundle exec rake solid_queue:start`
1 parent 97c9d5b commit 29681ec

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
@@ -72,7 +72,7 @@ production:
7272
- polling_interval: 1
7373
batch_size: 500
7474
workers:
75-
- queues: *
75+
- queues: "*"
7676
threads: 3
7777
polling_interval: 2
7878
- queues: real_time,background

0 commit comments

Comments
 (0)