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
If the client cancels a prediction request (e.g. due to timeout), the request should not be processed.
If it's difficult to cancel a request that is actively being processed, that could be converted into a separate github issue, and the initial implementation could be to only cancel requests that have not yet started processing.