I am not sure if this is the best place to ask, bu...
# prefect-ui
t
I am not sure if this is the best place to ask, but I will anyway. I am running the prefect server on a self-hosted system, using a postgres database backend. I am getting ready to really hammer some workflows through it. In my preparation I see that the main python process running prefect is running at 100 percent usage. I gather this process is doing everything from servicing the UI to interacting with the many workflows and dask workers. I am seeing some really strange behaviour with tasks that were successfully completed restarting two odd hours later, and I am wondering if it has anything to do with timeouts when the system is under load. Is there a way of starting the prefect server so it has access to more CPUs? I have had a look through the docs and I am not seeing anything obvious.