Channels
ask-ai
dagster-de
integration-airbyte
topic-async-execution
dagster-jp
dagster-cube
gigs-freelance
dagster-wandb
dagster-feedback
dagster-machine-learning
integration-bigquery
dagster-university
ask-community
dagster-dask
integration-snowflake
dagster-releases
integration-dbt
faq-read-me-before-posting
tools
dagster-insights
dagster-pipes
project-flexible-range-backfills
data-platform-design
community-events
dagster-serverless
dagster-noteable
introductions
integration-airflow
dagster-cloud
random
dagster-spatial
announcements
github-discussions
豆瓣酱帮
dagstereo
deployment-ecs
deployment-kubernetes
jobs
community-showcase
data-quality-asset-checks
Powered by
#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
Post