Hello, While deploying a flow using the prefect py...
# ask-community
d
Hello, While deploying a flow using the prefect python
Deployment
class and I have been seeing the following logs.
08:02:49.965 | WARNING | prefect.server.services.cancellationcleanup - CancellationCleanup took 26.55879 seconds to run, which is longer than its loop interval of 20.0 seconds.
Is it safe to disable Cancellation cleanup service on my temporary Prefect server that I use only for deployment?