Hi Himanshu,
Thanks a lot.
The below cron is using which is downloading logs from one of the device.
*/5 * * * * /usr/bin/python3 /var/log/remote/new/abc_script.py
Could you please share the other methods also.
The above cron is running every 5 minutes to download logs, normally completing it with in 2 minutes, sometimes it is taking more than 5 minutes.
Before starting the next cron, should be checked the previous task is completed or not, if not completed, skip the cron and wait for next 5 minutes.
Everytime needs to check the same.