diff --git a/config/puma.rb b/config/puma.rb index 9914189a..82fd8485 100644 --- a/config/puma.rb +++ b/config/puma.rb @@ -10,7 +10,7 @@ min_threads_count = ENV.fetch('RAILS_MIN_THREADS') { max_threads_count } threads min_threads_count, max_threads_count -workers 1 # Won't work on multiple process because it shares memory for webhooks +workers 0 # Won't work on multiple process because it shares memory for webhooks # Specifies the `port` that Puma will listen on to receive requests; default is 3000. #