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
Hi! Just jumping in to provide another use case we were using the {stage_name, failure} tuple for:
we're using Tesla's fuse middleware to handle circuit breaking when calling upstream services, and we get {:error, :unavailable} when the fuse melts. So at the moment one of our compensations' clauses is defined as following:
For this reason, unless I'm missing something from the new API, we're currently unable to update to 0.6 because that would mean losing the ability to intercept circuit breaks and properly retry the steps.
The use case is described in #50
The text was updated successfully, but these errors were encountered: