Good time of the day. I have build a RunLauncher f...
# ask-community
i
Good time of the day. I have build a RunLauncher for starting dagster runs as nomad tasks. I have also added
check_run_worker_health
function and set
supports_resume_run
property to return
True
. However, no matter what I do, its seems like
check_run_worker_health
is never executed. Why? I would like to mark a dagster run as failed, if something has failed before dagster code is executed (i.e., docker image cannot be downloaded) Could somebody point me in the direction on how I can make this work?
c
do you also have run monitoring enabled?