Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-09 09:44:05 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-09 09:44:05 +0400
commit71bd9568669d18bc04c551a603a04af2ea99328c (patch)
tree1ae9e5d5564239a48dd6da6c0c577192e43251c9 /Procfile
parentc7bb3a1f726be189ccce51bdd631b26eb4f64db1 (diff)
email via sidekiq. start and stop rake tasks
Diffstat (limited to 'Procfile')
-rw-r--r--Procfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Procfile b/Procfile
index 08556c6493a..eed515582bc 100644
--- a/Procfile
+++ b/Procfile
@@ -1,2 +1,2 @@
web: bundle exec rails s -p $PORT
-worker: bundle exec sidekiq -q post_receive,mailer,system_hook,common
+worker: bundle exec rake sidekiq:start