-
Notifications
You must be signed in to change notification settings - Fork 280
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
Upgrading Sidekiq to 6.4 causes a warning #1077
Comments
I came across this same problem. Setting |
Yep, this just bit me. We started using Thanks for the tip, @gkampjes! :) I think it's reasonable for this gem to be proactive about this, because as of right now using cc @mperham |
Using On the next major version of the gem, |
Thanks everyone for the report!
Indeed, an error during tests or anything else to warn people would be good here. I have a staging server with upgrades at the moment, and "everything was going smoothly", except I wasn't aware of that. @waltjones is there a way to fix this without necessarily going async for now, to your knowledge? (my client would prefer to have some time to migrate to async) Thanks! |
So, we just enabled this while upgrading sidekiq but now we are getting a stack overflow during what appears to be the json deserialization process. I don't know the original offending line, however, because the trace is truncated in the logs. |
@choubacha You're seeing this with the |
Yup. I suspect the issue maybe with the data that’s passed in but I cannot source the location of the overflow because the logs are truncated 😦 |
Just FYI if you use sidekiq 7 and follow the rollbar documentation to integrate it with sidekiq it just makes it not working at all. I came across this issue using sidekiq 7 and it was failing for me with just this log:
I was not getting why it was happening but it might look as if rollbar is not working at all with sidekiq 7 since it raises an error when the payload is not serialized correctly. It's a bit confusing as the docs don't mention it at all, but after enabling |
@jakub-novvak thanks for pointing this out. I've updated the doc. https://docs.rollbar.com/docs/sidekiq-integration |
See https://github.com/mperham/sidekiq/blob/main/Changes.md#640
The text was updated successfully, but these errors were encountered: