Skip to content

Commit 04de1aa

Browse files
committed
Add sidekiq to foreman file.
1 parent 638e23a commit 04de1aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Procfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ worker: env QUEUE=CRITICAL,HIGH,MEDIUM,LOW,LOWER bundle exec rake resque:work
33
scheduler: bundle exec rake resque:scheduler
44
refresher: env QUEUE=REFRESH bundle exec rake resque:work
55
mailer: env QUEUE=mailer,digest_mailer bundle exec rake resque:work
6+
sidekiq: bundle exec sidekiq -C ./config/sidekiq.yml

0 commit comments

Comments
 (0)