Hi guys, I have a question please. How do I confi...
# ask-community
y
Hi guys, I have a question please. How do I configure this schedule to run every 30 minutes?
Copy code
@schedule(
    cron_schedule="0 9 * * 1-5",
    job=hza_erstanfrage,
    execution_timezone="Europe/Stockholm",
)
Now, it is configured to run at 9 am from Monday to Friday
dagster bot responded by community 1
d
Hi, https://crontab.guru this should help
👍🏽 1
👍 1
y
Thanks a lot, exactly what I was lookin got!
👍 1