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 ?
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.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.