Skip to content

Instantly share code, notes, and snippets.

@dstokes
Created June 2, 2014 18:02
Show Gist options
  • Save dstokes/c69431bfd6ce4096a695 to your computer and use it in GitHub Desktop.
Save dstokes/c69431bfd6ce4096a695 to your computer and use it in GitHub Desktop.
{% set workers = { 'worker': 'rake resque:work QUEUE=immediate,high,medium,low',
'data_seed_worker': 'rake resque:work QUEUE=data_seed',
'youtube_quota_worker': 'rake resque:youtube_quota_worker',
'scheduler': 'rake resque:scheduler'
'sidekiq': 'sidekiq' } %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment