* Introduce Sidekiq to the app and update RateLimitCheckerJob to use it * fix rate limit checker spec with new sidekiq syntax * add Sidekiq to tech stack overview * Remove RateLimitChecker job change, add sidekiq web UI and testing support
4 lines
201 B
Text
4 lines
201 B
Text
release: STATEMENT_TIMEOUT=180000 bundle exec rails db:migrate
|
|
web: bin/start-pgbouncer bundle exec puma -C config/puma.rb
|
|
worker: bundle exec rails jobs:work
|
|
sidekiq_worker: bundle exec sidekiq -t 25
|