Getting the following traceback while shutting dow...
# ask-community
k
Getting the following traceback while shutting down the orion server.(running locally) Did not get such errors a few days ago. Confused what is this stack trace trying to say
👀 1
a
Did you shut it down during some active flow run? Seems like some active task run had to be canceled
Copy code
prefect/orion/api/server.py", line 329, in on_service_exit
    task.result()
asyncio.exceptions.CancelledError
k
Yes there were few flows running late Thank Gotcha
👍 1