README
June 16, 2020 ยท View on GitHub
Test project to test sidekiq alive
sidekiq signals: https://github.com/mperham/sidekiq/wiki/Signals
Testing sidekiq alive
Run sidekiq instaces:
bin/init 1
bin/init 2
bin/init 3
Test liveness:
curl localhost:7431
curl localhost:7432
curl localhost:7433
Review sidekiq UI:
bundle exec rails s
go to localhost:3000/sidekiq