CancelledError: ('AIO_CANCEL_STOP_WORKFLOW_REQUEST')
Problem to solve
We have multiple errors with the message CancelledError: ('AIO_CANCEL_STOP_WORKFLOW_REQUEST....
On a first glance these might be related to the session not stopping quickly enough when a stop request arrives.
Proposal
- Make sure this is actually related to sessions not closing quickly enough.
- Increase the timeout or generally handle the situation in a way that this doesn't raise an error as it should have no user impact.
Further details
Links / references
Edited by Sebastian Rehm