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
When performing longer operations such as looping through a list of users to subscribe them to nodes, if the process takes long enough for the authentication session to timeout then it will cause the subsequent API call to potentially return a 203 error and raise one of the API-related exceptions. This is demonstrated in the stacktrace below.
When performing longer operations such as looping through a list of users to subscribe them to nodes, if the process takes long enough for the authentication session to timeout then it will cause the subsequent API call to potentially return a 203 error and raise one of the API-related exceptions. This is demonstrated in the stacktrace below.
Action needs to be taken to ensure that timed out sessions are re-initiated as necessary to prevent these failures.
The text was updated successfully, but these errors were encountered: