RubyFlow The Ruby and Rails community linklog

Don’t change the signature of Sidekiq jobs running in production

You should not change the signature of a Sidekiq job which is running in production. By signature I mean: the arguments and the class name of the job.

Changing the signature of a Sidekiq job breaks backward and forward compatibility.

https://www.marionzualo.com/2019/08/04/dont-change-the-signature-of-sidekiq-jobs-running-in-production/

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in