Does anyone know what time length container keeps itself alive, basically my worker which is cron wo

Does anyone know what time length container keeps itself alive, basically my worker which is cron worker, calls containers, I'm uing cloudflare/containers npm package, and I can see logs that my container has started, in container I have my python code, which has print statements, in container logs I can see some of these print statements being logged, but then nothing happens, container code doesnt get full executed, my container then shuts down by itself, with possibly incomplete code completion, I have used sleepAfter 30m, i use wrangler tail to track logs and i get some Alarm logs every 3 minutes, then after 10 minutes, container shuts down, what can i do that code gets completed, it can take 15-20 mins to complete, my container code is a python function which do some tasks and then exit, can you guide me through this
Was this page helpful?