Hi everyone, I am trying to figure out how to set ...
# ask-community
a
Hi everyone, I am trying to figure out how to set up a job to only run the first 6 days of the month. I was looking at the documentation below, but still having some challenges, wondering if anyone could give some insight on how to do this. https://docs-v1.prefect.io/core/concepts/schedules.html#clocks
1
n
Hi @Alfred Martinez! you could use a
CronClock
(docs) with a
cron
expression like this
a
Thank you. I ended up using the UI within prefect. Did not know it was an option. Thank you for the reference though.
👍 1