-
Notifications
You must be signed in to change notification settings - Fork 793
feat(nest): add retry logic for 429 and 409 errors with exponential backoff #1669
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
|
The above logging was just changed to use zerolog. |
|
|
|
I think it's better to log and see how frequent it happens. If I want to log at debug level, should I just import zerolog in the file? Or do you mean in |
|
pkg can be used in any go app. This app can have their own logger library. There is no way to log something in the pkg yet. |
|
I just removed the logging. Please kindly take a look. |
|
Thanks! |
No description provided.