Hi everyone,
We're self-hosting the Prefect server with PostgreSQL as the database.
Does the Prefect server manage database retention and cleanup automatically?
We're noticing high CPU usage, likely due to cancellation cleanup. I suspect this process is resource-intensive, especially with six months of flow history that no one needs.
Should we configure our own DB cleanup for PostgreSQL, or does the server handle it?
Thanks!