Hello,
Is it possible to configure watcher for business days and hours
I have have watcher and I want it to run every 30mn from monday to friday and from 7h to 19h.
The next expression don't work
"cron":"*/30 7-19 * * 1-5"
Hello,
Is it possible to configure watcher for business days and hours
I have have watcher and I want it to run every 30mn from monday to friday and from 7h to 19h.
The next expression don't work
"cron":"*/30 7-19 * * 1-5"
The syntax you are using is for Rufus scheduler. The syntax for watcher is slightly different.
Try this:
"0 */30 7-19 ? * 2-6"
Thank you for the response.
@preetish_P
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.