Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sidekiq

How to Wait for Parallel Sidekiq Workers to All Complete Before Calling Another Method?

Sidekiq error Uninitialized Constant

ruby-on-rails-3 sidekiq

How to mark a sidekiq task/job for retry without raising an error?

ruby-on-rails sidekiq

Rails ActiveJob - how to stop job from being enqueued in before_enqueue

How can I set default_url_options for Sidekiq workers?

exec sidekiq log on heroku

heroku sidekiq

Can Sidekiq take advantage of multiple CPU cores?

Sidekiq sending jobs to test queue instead of developement queue

ruby-on-rails sidekiq

Rails: Cancelling a scheduled job in Sidekiq

ruby-on-rails sidekiq

Sidekiq keeps yelling at CSRF protection, but the route is mounted inside Rails.application.routes.draw

sidekiq ruby-on-rails-6

How to test Devise Async with Sidekiq?

Sidekiq: NoMethodError: undefined method `perform'

Concurrency using Sidekiq is causing some problems

ruby-on-rails sidekiq

How can I test Sidekiq job failures?

Rails, Sidekiq - Redis NOAUTH

How to check if sidekiq is started?

Is there any way to tell sidekiq that one job is dependent on another

Jobs processing in background from web application

php resque sidekiq

How to share worker among two different applications on heroku?

Sidekiq won't shut down after Ctrl+C