Skip to content

How to update run config of currently running job #25060

Answered by garethbrickman
ericliudd asked this question in Q&A
Discussion options

You must be logged in to vote

It's not possible to modify the run config of a running job.

A way I can think to handle this is if the job that the users are initiating is really a stub job to act as a precursor. Then a sensor can detect when this precursor job has been run and logic within its evaluation code can handle whether to trigger a run for the real Job A. This way you could include a check for if Job A is already running, such as in this example

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ericliudd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
area: ops/graphs/jobs Related to Dagster ops, graphs and jobs
2 participants