Skip to main content
Question

How do I configure a scheduled automation to run hourly between 5am and 6pm, every day? Currently I have it running hourly continuously but I would like to free up the Engines outside of business hours. Is this possible? Thanks


travg
Contributor
  • Contributor
How do I configure a scheduled automation to run hourly between 5am and 6pm, every day? Currently I have it running hourly continuously but I would like to free up the Engines outside of business hours. Is this possible? Thanks

4 replies

hkingsbury
Celebrity
Forum|alt.badge.img+53
  • Celebrity
  • July 25, 2022

This CRON expression will trigger on the hour every hour between 0500 and 1800

0 5-18 * * *

https://crontab.guru/#0_5-18_*_*_*

For the trigger in the Automation, use Schedule initiated and select CRON Expression

 

image 


travg
Contributor
  • Author
  • Contributor
  • July 25, 2022

Thanks for your response.

 

Unfortunately this expression doesn't work for me :

 

image


hkingsbury
Celebrity
Forum|alt.badge.img+53
  • Celebrity
  • July 25, 2022
travg wrote:

Thanks for your response.

 

Unfortunately this expression doesn't work for me :

 

image

Try this one:

0 0 5-18 ? * * *

 


travg
Contributor
  • Author
  • Contributor
  • July 27, 2022
hkingsbury wrote:

Try this one:

0 0 5-18 ? * * *

 

This has been accepted.

Thankyou so much!


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings