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
isn't particularly configurable or extension-friendly. I'd like to choose the list of http error codes (perhaps by subclassing the behavior).
BTW: Docs aren't telling me how to add a custom behaviour once I have written one. How do I tell the vaurien-command to Behavior.register() it ? Some entry_point magic ? Is there an example maybe ?
so long,
The text was updated successfully, but these errors were encountered:
My reasoning behind this is, I want to test a service that should behave differently for 502/503 (retry with exponential backoff) than for 500 (log the error, abort the job).
First: Thanks for this monkey! Writing fault-tolerant services is fun again!
However:
isn't particularly configurable or extension-friendly. I'd like to choose the list of http error codes (perhaps by subclassing the behavior).
BTW: Docs aren't telling me how to add a custom behaviour once I have written one. How do I tell the
vaurien
-command toBehavior.register()
it ? Someentry_point
magic ? Is there an example maybe ?so long,
The text was updated successfully, but these errors were encountered: