I have put a long running python program in a cron job on a server, so that I can turn off my computer without interrupting the job.
Now I would like to know if the job is correctly started, if it has finished, if there are reasons to stop at a certain point, and so on. How can I do that ?
I have put a long running python program in a cron job on a
Share
Why not get that
cronjob to have a log file. Also just do apsbefore shutdown.