My work-queue shutdowns every time we try to run a deployment. How can I resolve this issue?
I deployed the "hi_deploy.py" today to Prefect Cloud. The deployment is successful, but anytime we attempt to run the flow it immediately shutdowns the work queue and returns the following error.
Agent started! Looking for work from work pool 'default-agent-pool'...
184335.251 | INFO | prefect.agent - Submitting flow run '3347bb1d-58b1-40ac-b43b-1b99643504ee'
184335.298 | ERROR | prefect.agent - Failed to update state of flow run '3347bb1d-58b1-40ac-b43b-1b99643504ee'
Traceback (most recent call last):
File "C:\Users\appservice\AppData\Local\Programs\Python\Python311\Lib\site-packages\prefect\agent.py", line 545, in _propose_pending_state
state = await propose_state(self.client, Pending(), flow_run_id=flow_run.id)