You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: