Can you have a central schedule file? I used to ru...
# ask-community
b
Can you have a central schedule file? I used to run .py scripts in scheduled tasks on windows. Now I am converting them to dagster ops. I was wondering if I need to add a schedule to every script or if I can have one schedule.py file that has all of the schedules.
y
Hi @bram you’ll need to include all the schedules you want to run in a repository and then you can start or stop schedules in Dagit or using CLI (docs)