Hi Dagster team! I have one more question/problem...
# ask-community
m
Hi Dagster team! I have one more question/problem. I've deployed dagster in kubernetes with k8s launcher. My question is how to handle jobs, that reached their limits. In my case k8s.job has
Failed
, but in dagit it is still in
starting
status. The same situation if my job reached limits during running. In kubernetes it has
Failed
status, but in dagster ui it is in
Started
.
d
Hi Mark - I think this run monitoring feature is what you are looking for: https://docs.dagster.io/deployment/run-monitoring#run-monitoring - we actually just started turning it on by default in the 1.2 release that went out yesterday
m
@daniel Thank you very much! It seems like something I need
condagster 1