Files
snpr/config/sidekiq.yml
Bastian Greshake Tzovaras 44184dda33 remove all of fitbit (#482)
* remove all of fitbit

* try fixing migration

* add new structure sql

* 🐶

* add first test for das

* 🐶

* fix structure.sql
2018-01-19 11:29:07 -08:00

43 lines
692 B
YAML

---
:verbose: true
:pidfile: tmp/pids/sidekiq.pid
:global: true
:concurrency: 3
:queues:
- [mailers, 11]
- [deletegenotype, 10]
- [zipgenotyping,5]
- [zipfulldata,5]
- [recommend,5]
- [frequency,1]
- [fixphenotypes,1]
- [default, 1]
- [mailnewgenotype, 10]
- [user_snps, 3]
- [preparse,3]
- [mendeley_details,1]
- [mendeley,1]
- [genomegov,1]
- [pgp,1]
- [plos_details,1]
- [plos,1]
- [snpedia,1]
:limits:
mailers: 2
recommend: 1
zipgenotyping: 1
zipfulldata: 1
frequency: 1
fixphenotypes: 1
mailnewgenotype: 1
user_snps: 1
preparse: 2
genomegov: 1
mendeley_details: 1
mendeley: 1
pgp: 1
plos_details: 1
plos: 1
snpedia: 1