diff --git a/config/sidekiq.yml b/config/sidekiq.yml new file mode 100644 index 00000000..6762520e --- /dev/null +++ b/config/sidekiq.yml @@ -0,0 +1,9 @@ +--- +:concurrency: 5 +:pidfile: ./tmp/pids/sidekiq.pid +staging: + :concurrency: 10 +production: + :concurrency: 25 +:queues: + - share \ No newline at end of file