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 requested reports are not cancelled in the backend. They will continue to run even if the client cencelled his request. This is due to the tta_service being passed as a global state to endpoint. It can't be dropped after one request is cancelled.
Solution:
Clone tta service per request.
Move the rate limiter outside of the tta service. Pass it as a param.
The text was updated successfully, but these errors were encountered:
Currently requested reports are not cancelled in the backend. They will continue to run even if the client cencelled his request. This is due to the tta_service being passed as a global state to endpoint. It can't be dropped after one request is cancelled.
Solution:
The text was updated successfully, but these errors were encountered: