-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Open
Labels
BugA bugA bug
Description
Not sure of the cause here, but this is one of the invalid states that builds can end up in: cancelled but still in a triggered state.
Here is what logging shows:
- Build has
healthcheck=None, it was never started by a worker - Build was stuck retrying
- User cancelled build
- Build task is still retried after cancellation
It looks like task revocation does nothing in this case.