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
https://onenr.io/0Bj3J0JydRX
It looks like task revocation does nothing in this case.