hi, is there a way to control the Job Schedule out...
# ask-community
g
hi, is there a way to control the Job Schedule outside of the code base?
☝️ 1
I checked this doc as well, but this still has the hard-coded schedule in the code. https://docs.dagster.io/concepts/partitions-schedules-sensors/schedules
I am curious if there is any built-in functionality using storage maintaining the schedule not in code.
o
hi @Gatsby Lee! there's no built-in way of doing this at the moment. One option would be to define a regular schedule that runs at a higher frequency than your desired schedule (i.e. every 15 minutes), and on those ticks, it queries the external place where you want to control the schedule to decide if it should return a RunRequest or not
❤️ 1
g
hi @owen . Thank you. Your feedback is always very clear 😄
🎉 1