Hi, i am running a script every 2 minutes, trying...
# prefect-cloud
w
Hi, i am running a script every 2 minutes, trying to get market data from an API on an ec2. However, my EC2 suddenly crashed and I am unable to connect. Looking a htop, my computer ran out of CPU. looking at
ps ax
i realized, there's a lot of
prefect.engine
not sure whether they are zombie processes or not. any tips on how to prevent this in the future?
is there a way to clear all the scheduled task in the pool too? i have like 400 jobs inside to be cleared away
j
How are you running the agent? The docker image runs tini to reap zombie processes