Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sidekiq

Sidekiq unique jobs with lock_expiration not working as intended

How the Sidekiq server process pulls jobs from the queue in Redis?

ruby-on-rails redis sidekiq

Pipelining commands on a Redis instance is deprecated and will be removed in Redis 5.0.0

ruby-on-rails redis sidekiq

How to find Sidekiq old job status by jid

sidekiq sidekiq-cron

Heroku, Nokogiri & Sidekiq memory leak - how to debug?

Error starting sidekiq on Heroku, missing sidekiq.log file crash

How to prevent parallel Sidekiq jobs from executing code in Rails

Sidekiq Redis::CannotConnectError: Error connecting to Redis on 127.0.0.1:6379 on production

How set paper trail whodunnit for workers using sidekiq

Old Sidekiq jobs retry forever. No visibility on Sidekiq UI

Does the Sidekiq API not show all available queues?

ruby-on-rails sidekiq

Why can't RSpec find the Airbrake env keys in a test involving Sidekiq when I specify environment?

ruby rspec sidekiq airbrake

Is it possible to run Sidekiq in the same process with a puma rails server?

ruby-on-rails sidekiq puma