Skip to content

Commit

Permalink
Remove stale queues from config, update serverscript
Browse files Browse the repository at this point in the history
Signed-off-by: Vivek Rai <vivekrai.iitkgp@gmail.com>
  • Loading branch information
raivivek committed May 9, 2016
1 parent fc0d240 commit ff71f19
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions config/sidekiq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@
- [fixphenotypes,1]
- [default, 1]
- [mailnewgenotype, 10]
- [mailers, 1]
- [user_snps, 3]
- [preparse,3]
- [parse,3]
- [mendeley_details,1]
- [mendeley,1]
- [genomegov,1]
Expand All @@ -35,7 +33,6 @@
mailnewgenotype: 1
user_snps: 1
preparse: 2
parse: 1
genomegov: 1
mendeley_details: 1
mendeley: 1
Expand Down
3 changes: 1 addition & 2 deletions serverscript
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@

screen -d -m -S "Server" bundle exec rails s
screen -d -m -S "Redis" redis-server
screen -d -m -S "Sidekiq" bundle exec sidekiq -q preparse,2 -q parse,2 -q user_snps -q deletegenotype -q fitbit -q fixphenotypes -q frequency -q genomegov -q mailnewgenotype -q mendeley_details -q mendeley -q pgp -q plos_details -q plos -q zipfulldata -q snpedia -q zipgenotyping -C config/sidekiq.yml -e development
mailcatcher
screen -d -m -S "Sidekiq" bundle exec sidekiq -C config/sidekiq.yml -e development

0 comments on commit ff71f19

Please sign in to comment.