-
How do you Run a task every 30 seconds , but only between specific times? Many thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
vijnair
Dec 17, 2022
Replies: 1 comment
-
Achieved it like this |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
vijnair
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Achieved it like this
@app.task(time_of_day.between("07:20", "11:30") & (minutely.at("1") | minutely.at("31")))