flanksource / duty

Apache License 2.0
1 stars 1 forks source link

chore: remove job status: finished #844

Closed yashmehrotra closed 2 weeks ago

yashmehrotra commented 2 weeks ago

@moshloop @adityathebe

I think we can remove the status: "FINISHED"

We almost always treat success and finished the same way, and in all the queries we have to handle for both of these. In our usecase, a job without errors should be considered SUCCESS

What do you think ?