SIGKILL kills my continuous python program after 30 min
andrefusk
PROOP

19 days ago

I am trying to run a python app to collect data from the internet once each minute and gets SIGKILL after 30 min. Uses just 130 MB of RAM and it keeps getting arbitrarily sigkilled. I need this to run continuously. So I pay and can't use it however I see fit? It isn't even that heavy. Considering to move to other service.

$10 Bounty

1 Replies

lu4p
FREETop 5% Contributor

19 days ago

try using a cron job instead https://docs.railway.com/cron-jobs#configuring-a-cron-job and exit after one pass or disable "Serverless" if you have it enabled


Loading...