Skip to content
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

Skip configured_options when using async payload handlers #904

Merged
merged 1 commit into from
Aug 30, 2019

Conversation

waltjones
Copy link
Contributor

Fixes: #903

Temporary fix to resolve #903, however this surfaces a broader issue. There are many known issues with ActiveSupport serialization, and work that has been done in the gem to ensure it isn't used. The async handlers currently use their own serializers, which most of the time means ActiveSupport again. A future PR should serialize before calling the async handler.

@waltjones waltjones force-pushed the wj-skip-payload-config-on-async branch from 4ea1f94 to 121a2ac Compare August 29, 2019 23:02
@waltjones waltjones merged commit f0e6da7 into master Aug 30, 2019
@waltjones waltjones deleted the wj-skip-payload-config-on-async branch June 27, 2023 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rollbar 2.22.0 breaks active job
1 participant