Sidekiq is a background processing framework for Ruby.
I've been struggling for two days with getting sidekiq work on heroku production environment. I've read all the available documentation …
ruby-on-rails heroku pid sidekiq redistogoUsing the console, how can I tell if sidekiq is connected to a redis server? I want to be able …
ruby-on-rails redis sidekiqI have some update triggers which push jobs onto the Sidekiq queue. So in some cases, there can be multiple …
ruby-on-rails ruby message-queue sidekiqI remember when I tried passing a params (JSON) option to a sidekiq worker method and it didn't work out …
ruby-on-rails sidekiqI'm using Redis in my application, both for Sidekiq queues, and for model caching. What is the best way to …
ruby ruby-on-rails-4 redis thread-safety sidekiqI want to schedule and run a lot of jobs in the background during a web application execution. The web …
php resque sidekiqI have a background job that does a map/reduce job on MongoDB. When the user sends in more data …
ruby-on-rails mongodb sidekiqI'm trying to set up Monit for Sidekiq. Here's what I have so far for my config file: check process …
ruby-on-rails-3 monit sidekiqI have jobs of a particular type that I'd like to have retry more frequently than set by the default …
ruby-on-rails ruby sidekiqIs it possible to somehow view sidekiq completed job list - for example, find all PurchaseWorkers with params (1)? Yesterday in …
ruby redis sidekiq