https://dagster.io/ logo
#ask-community
Title
# ask-community
b

Bianca Rosa

06/27/2022, 2:15 PM
If I have schedule defined on dagster, is it possible to update the
cron_schedule
of it in real time? For example, if I wanna periodically gather this configuration from an external system and live-reload it.
🤖 1
r

rex

06/27/2022, 2:38 PM
A previous answer to this is helpful: https://dagster.slack.com/archives/C01U954MEER/p1649696226679469?thread_ts=1649419728.982409&cid=C01U954MEER You would essentially need a way to consistently reload the workspace if you have a schedule generated from a database. So you would need to trigger https://github.com/dagster-io/dagster/blob/master/js_modules/dagit/packages/core/src/graphql/schema.graphql#L2360-L2365 programatically.
❤️ 1