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?
Wei Hong Ho
05/29/2023, 10:50 AM
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
jawnsy
05/29/2023, 5:24 PM
How are you running the agent? The docker image runs tini to reap zombie processes