Cron can only run minium 1 minute interval? No, try this.
Zaw Htut Win

Zaw Htut Win @zawhtutwin

About: Developer, Code Poet

Location:
Yangon
Joined:
Jun 4, 2021

Cron can only run minium 1 minute interval? No, try this.

Publish Date: Aug 9 '23
0 0
* * * * * python testme.py
* * * * * (sleep 30; python testme.py)
Enter fullscreen mode Exit fullscreen mode

The above cron job will run every 30 seconds.

Comments 0 total

    Add comment