I have a long cron job running a python script in CENTOS, but for some reason it seems to timeout or otherwise end without completion.
the job runs fine when executed straight from bash, but seems to stall in pretty much the same place every time when triggered by cron.
it seems like there's a timeout but apparently cron doesn't have one?
am at a loss of where to look to debug this... any pointers on where to look / how to debug are much appreciated!