From dceff8b14b58a949cdef24085e24676bc915c88e Mon Sep 17 00:00:00 2001 From: Benjamin Date: Mon, 4 May 2026 16:20:38 +0200 Subject: [PATCH] Add worker process to Procfile --- Procfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Procfile b/Procfile index 22fddd9b..a8d5af09 100644 --- a/Procfile +++ b/Procfile @@ -1 +1,2 @@ web: bundle exec rails server -b 0.0.0.0 -p $PORT -e $RAILS_ENV +worker: bundle exec rake jobs:work || tail -f /dev/null