Michael Bøcker-Larsen
Results
82
comments of
Michael Bøcker-Larsen
From within the container or wherever your data is. ```shell apk add sqlite cd /data sqlite3 queue.db "DELETE FROM tasks;" ``` This will clear the queue.
> Hm it seems like this might already be possible and just not documented? https://github.com/PrefectHQ/prefect/blob/main/src/prefect/flows.py#L2040C83-L2041C31 I don't think it is fully supported. E.g. I tried: ```python def deploy_source(): return cast(...