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
Here, annotations show that the method should return int. But, description says, it can be set to None for retrying indefinitely.
Can it be updated to include None in the return types or maybe use a -1 for indefinite retries?
The text was updated successfully, but these errors were encountered:
https://sdk.meltano.com/en/latest/classes/singer_sdk.RESTStream.html#singer_sdk.RESTStream.backoff_max_tries
Here, annotations show that the method should return int. But, description says, it can be set to
None
for retrying indefinitely.Can it be updated to include None in the return types or maybe use a -1 for indefinite retries?
The text was updated successfully, but these errors were encountered: