* 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
114 B
Text
4 lines
114 B
Text
web: bin/rails s -p 3000
|
|
webpacker: ./bin/webpack-dev-server
|
|
job: bin/rake jobs:work
|
|
sidekiq: bundle exec sidekiq
|