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
Is there any way to disable retries when I'm actively developing? We want Tenacity to catch everything when deployed to production, but I want to know immediately if something is broken when working and making changes. Tenacity catches and retries, though, prolonging the feedback loop.
I thought there might be an environment variable or something that would allow me to disable things, but I didn't see anything mentioned in the docs and so I thought I would ask here.
The text was updated successfully, but these errors were encountered:
@Mathieson Depending on how you're using the library you could create all instances of Retrying/AsyncRetrying using your custom function, but monkey patching is also an option 🤔
Is there any way to disable retries when I'm actively developing? We want Tenacity to catch everything when deployed to production, but I want to know immediately if something is broken when working and making changes. Tenacity catches and retries, though, prolonging the feedback loop.
I thought there might be an environment variable or something that would allow me to disable things, but I didn't see anything mentioned in the docs and so I thought I would ask here.
The text was updated successfully, but these errors were encountered: