From da3a7f4dbc2b6c458fa2c58684def7d012f94f78 Mon Sep 17 00:00:00 2001 From: Rob Scanlon Date: Thu, 25 Jul 2019 14:50:36 -0400 Subject: [PATCH] Update task runner in docker to have more workers. --- bin/docker-start-tasks.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/docker-start-tasks.sh b/bin/docker-start-tasks.sh index afc847e0..82f5dd90 100755 --- a/bin/docker-start-tasks.sh +++ b/bin/docker-start-tasks.sh @@ -6,4 +6,5 @@ do sleep 10; done; echo Task runner starting -bundle exec rake jobs:work + +bin/delayed_job -n 3 start