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

Credo checks for process propagation #461

Open
danschultzer opened this issue Jan 23, 2025 · 0 comments
Open

Credo checks for process propagation #461

danschultzer opened this issue Jan 23, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@danschultzer
Copy link
Contributor

We've implemented custom credo check to ensure that Task (and LiveView async in #439) process propagation wappers are used. This prevents engineers from deploying code that doesn't propagate context. The problem is that you won't know this is an issue until you look at the traces and discover that they are detached. Would this be a useful utility library in this repo? I can also maintain my own repo for this, but in either case would like it on hex as we have a bunch of Elixir deployments that all need it.

@danschultzer danschultzer added the enhancement New feature or request label Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant