I am new to Dagster, and I have an issue right now...
# ask-community
s
I am new to Dagster, and I have an issue right now that I need help. I have a scheduled job, it failed last 2 schedules. I tried to re-run the Mar 24 several times, but the Tick history is still showing the schedule is failed. What should I do next?
🤖 1
could anyone help on this issue? or point me to the documentation that I can take a look at it myself. thx,
s
Hi Sean, Have you looked at the run logs (clicked through on the link in the “Runs” column? They should contain info about what is failing)
s
@sean thanks for help, I knew the issues. I have re-run the jobs, you can see the second screenshot. the re-runs are successful, but the schedule on the left screenshot is still showing failed on Mar 24.
s
Hi Sean, after looking into this, this is intended behavior-- if the run fails, then the tick status should show green, regardless of whether you later successfully re-executed. If you find this unintuitive (I’m sort of undecided myself) I encourage you to file an issue on Github.
s
@sean do you mean
--if the run fails, then the tick status should show ~green~
red here? if yes, understand now.