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
Currently we retry if a request fails with a transient error state. There are some cases where people might want to fail immediately (e.g. if time is an issue and there is something to fall back on - the acousticbrainz website is an example). We should move this parameter value to something configurable. Perhaps as a _retries underscore value for people to only use if they know what they're doing.
Related to this is that we might want to set a custom socket timeout. People can do this currently by setting the timeout in the socket class before using the api, but we could make it part of our api too.
The text was updated successfully, but these errors were encountered:
Currently we retry if a request fails with a transient error state. There are some cases where people might want to fail immediately (e.g. if time is an issue and there is something to fall back on - the acousticbrainz website is an example). We should move this parameter value to something configurable. Perhaps as a
_retries
underscore value for people to only use if they know what they're doing.Related to this is that we might want to set a custom socket timeout. People can do this currently by setting the timeout in the socket class before using the api, but we could make it part of our api too.
The text was updated successfully, but these errors were encountered: