-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade Sidekiq to version 6.x #2189
Comments
consider |
Being able to do this is deprecated. Autoloading during initialization is going Reloading does not reboot the application, and therefore code executed during These autoloaded constants have been unloaded. In order to autoload safely at boot time, please wrap your code in a reloader
That block runs when the application boots, and every time there is a reload. Check the "Autoloading and Reloading Constants" guide to learn more about how |
should be replaced by
Not something we can fix but will be fixed in future release |
called from:
|
|
In production |
We currently have sidekiq pinned on v5.X. There appears to be some breaking changes and cleanup to get us on this version.
Should also make sure existing add-on gems like sidekiq-cron and sidekiq-unique-jobs are still working correctly on this new version!
Here's some more info:
#1279
The text was updated successfully, but these errors were encountered: