Skip to content

Commit a966be4

Browse files
committed
Fix the worker count in the generated config file.
The generated config file still has the worker count of 5, not 3. This led to issues in development as connections were quickly used up causing jobs to be stuck.
1 parent 108aea9 commit a966be4

File tree

1 file changed

+1
-1
lines changed
  • lib/generators/solid_queue/install/templates

1 file changed

+1
-1
lines changed

lib/generators/solid_queue/install/templates/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# batch_size: 500
55
# workers:
66
# - queues: "*"
7-
# threads: 5
7+
# threads: 3
88
# processes: 1
99
# polling_interval: 0.1
1010
#

0 commit comments

Comments
 (0)