Run watcher every 90 minutes with cron

Trying to adjust a cron to run every 90 min. It was previously running every 20 min, which was :

0 0/20 * * * ? whatever

How can i do the same things with 90min ?

That will not work I think.. Check this, crontab.guru is really handy

0 0/90 * * * is doesn't work !
the valid values are : 0-59 !

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.