Skip to content
Discussion options

You must be logged in to vote

Unfortunately this type of code change is equivalent to a migration: you have persistent data in an old format. You'll either need to migrate the data (not easy) or support both old and new formats for a time (recommended) until the old jobs have been consumed.

You won't get an error because Sidekiq checks the args and raises the error when creating the job. These old jobs have already been created, just not executed.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by drozdowskimateusz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants