Hi :wave: - not sure if this is the right place to...
# prefect-kubernetes
e
Hi 👋 - not sure if this is the right place to put this but we are running Prefect on K8s. Our number of flows has increased and the performance of the UI is starting to slow. Looking in the logs I can see a number of warnings and errors that keep appearing
Copy code
| WARNING | prefect.server.services.cancellationcleanup - CancellationCleanup took 211.907071 seconds to run, which is longer than its loop interval of 20.0 seconds.
and
Copy code
asyncpg.exceptions.TooManyConnectionsError: remaining connection slots are reserved for non-replication superuser connections
has anyone seen these before or know how to solve them? I can provide more detailed stack trace if necessary