From 168bc39d2ab2b0e7a54856e8d66d4c8c717b4b0e Mon Sep 17 00:00:00 2001 From: Konstantin Haase Date: Thu, 28 Apr 2016 15:15:57 +0200 Subject: [PATCH] add command to procfile --- Procfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Procfile b/Procfile index a9a67e8c..b6c965fa 100644 --- a/Procfile +++ b/Procfile @@ -1,3 +1,4 @@ web: ./script/server console: bundle exec je ./script/console sidekiq: bundle exec je sidekiq -c 4 -r ./lib/travis/sidekiq.rb -q build_cancellations, -q build_restarts, -q job_cancellations, -q job_restarts +start_crons: ./script/start_crons