Tim Galvin
05/22/2024, 6:36 AMAttributeError: 'NoneType' object has no attribute 'backend_pid'
16:28:53.312 | WARNING | prefect.server.services.cancellationcleanup - CancellationCleanup took 20.650677 seconds to run, which is longer than its loop interval of 20.0 seconds.
16:30:32.442 | ERROR | asyncio - Future exception was never retrieved
future: <Future finished exception=TimeoutError()>
TimeoutError
16:30:32.444 | ERROR | asyncio - Future exception was never retrieved
future: <Future finished exception=AttributeError("'NoneType' object has no attribute 'backend_pid'")>
Traceback (most recent call last):
File "/home/gal16b/miniforge3/envs/prefect3.11/lib/python3.11/site-packages/asyncpg/connection.py", line 1586, in _cancel
backend_pid=self._protocol.backend_pid,
^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'backend_pid'
Nate
05/22/2024, 3:17 PMTim Galvin
05/23/2024, 1:50 AMTim Galvin
05/23/2024, 1:51 AMTim Galvin
05/23/2024, 1:52 AM