Hi guys, just came across this interesting feature...
# ask-community
f
Hi guys, just came across this interesting feature: https://docs.dagster.io/deployment/run-monitoring#resuming-runs-after-run-worker-crashes-experimental I have some jobs that kinda work like the k8s_job_executor: they keep polling an API to know if a payload running in an external cluster was completed. I would like to add this resumability feature, just in case our cluster has issues and the pod we have on our end monitoring the external workload dies... What would be the best approach to this? Thanks a lot!