From a966be4598ced2f49858fe5523066178e56cd9ba Mon Sep 17 00:00:00 2001 From: John McDowall Date: Sat, 6 Apr 2024 13:00:25 -0700 Subject: [PATCH] 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. --- lib/generators/solid_queue/install/templates/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/generators/solid_queue/install/templates/config.yml b/lib/generators/solid_queue/install/templates/config.yml index 5a437350..2d8d922f 100644 --- a/lib/generators/solid_queue/install/templates/config.yml +++ b/lib/generators/solid_queue/install/templates/config.yml @@ -4,7 +4,7 @@ # batch_size: 500 # workers: # - queues: "*" -# threads: 5 +# threads: 3 # processes: 1 # polling_interval: 0.1 #