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
The error callback allows returning {:retry, context} and {:retry, delay, context} where the context is expected to be a map. It would be useful to allow returning the Commanded.Event.FailureContext or Commanded.ProcessManagers.FailureContext structs received by the error handler function.
The text was updated successfully, but these errors were encountered:
The
error
callback allows returning{:retry, context}
and{:retry, delay, context}
where the context is expected to be amap
. It would be useful to allow returning theCommanded.Event.FailureContext
orCommanded.ProcessManagers.FailureContext
structs received by the error handler function.The text was updated successfully, but these errors were encountered: