Hello, I’m starting to deploy my Prefect project, and due to resource constraints, I’m running it on a Windows environment as a direct application (without Docker).
After leaving the project deployed, the server’s CPU usage reaches 100% after 24 hours, even though it’s a multi-core system with 32 GB of RAM. Currently, I’m using only one
prefect_worker
, but I’m not sure if increasing the number of workers would improve task parallelism or if there are other reasons causing such high CPU usage after a certain period. Any insights would be appreciated.