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

Use ActiveSupport::CurrentAttributes to store input payload #5

Merged
merged 1 commit into from
Apr 4, 2022

Conversation

maxshend
Copy link
Contributor

@maxshend maxshend commented Apr 4, 2022

ActiveSupport::CurrentAttributes resets attributes automatically before and after each request. Can be used with thread-local and fiber-local variables.

I think in this case we won't get much from automatic attributes reset because we sets default values before every request in any case. But it can be useful for fiber compatibility and we can get rid of one dependency.

@DmitryTsepelev
Copy link
Owner

LGTM, thanks!

@DmitryTsepelev DmitryTsepelev merged commit bece51f into DmitryTsepelev:main Apr 4, 2022
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.

2 participants