From e03aee8d4723bfea9a35fa1c90edc7065646cef5 Mon Sep 17 00:00:00 2001 From: James McHugh Date: Thu, 29 Aug 2024 21:43:09 -0400 Subject: [PATCH] Added Procfile so that workers are configured during build --- Procfile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Procfile diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..fafa050 --- /dev/null +++ b/Procfile @@ -0,0 +1,2 @@ +web: bundle exec puma -C config/puma.rb +worker: bundle exec sidekiq -C config/sidekiq.yml \ No newline at end of file