0

I have a cronjob command that runs once every day on Ubuntu 18.04. Below is the crontab:

25 06 * * * /opt/my/app arg >> /opt/my/cron.log 2>&1

I checked the log and the command was run at 06:25 am, but why was the process interrupted at 1 minute? I tried at another time, also interrupted at about 1 minute.

My app should run for 5 minutes, Why is it always interrupted at 1 minute?

Is there any configuration to set process time out for crontab?

0 Answers0