Sha256: e99599277719ec411da553618095faf5033062623ce71b5fa594d975aab26c3a
Contents?: true
Size: 734 Bytes
Versions: 2
Compression:
Stored size: 734 Bytes
Contents
redis: redis-server redis.conf # beanstalkd: beanstalkd # Uncomment the following lines to enable Sidekiq sidekiq: bundle exec sidekiq -r ./workers.rb -q default -q mail sidekiq_web: bundle exec thin -R sidekiq.ru -p 9292 -V start # Uncomment the following lines to enable Beanstalk/Backburner # backburner: bundle exec rake backburner:work # beanstalkd_view: bundle exec thin -R beanstalkd.ru -p 9292 -V start # Uncomment the following line to enable DelayedJob # delayed_job: bundle exec rake jobs:work # Uncomment the following line to enable Qu # qu: bundle exec rake qu:work # Uncomment the following lines to enable Resque # resque: bundle exec rake resque:work # resque_web: bundle exec thin -R resque.ru -p 9292 -V start
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
qe-0.2.0 | examples/Procfile |
qe-0.1.3 | examples/Procfile |