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
Retrying is a common functionality that NApps requires, for instance when handling IO errors like database failures or requests, just so NApps don't have to reimplement or keep installing other retry libraries. We've got this mapped on two NApps:
I'd say we should go with tenacity it's a very battle tested library in the Python ecosystem, its reliable to use in production. If you have any other suggestions or concerns let me know.
The text was updated successfully, but these errors were encountered:
Retrying is a common functionality that NApps requires, for instance when handling IO errors like database failures or requests, just so NApps don't have to reimplement or keep installing other retry libraries. We've got this mapped on two NApps:
tenacity
topology#83tenacity
lib for retry attempts of_lldp#30I'd say we should go with
tenacity
it's a very battle tested library in the Python ecosystem, its reliable to use in production. If you have any other suggestions or concerns let me know.The text was updated successfully, but these errors were encountered: