-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[asset backfills] Better handling when backfill forcibly canceled (#1…
…9418) Currently when backfills are forcibly marked as canceled some surprising issues arise: 1. The backfill is marked as failed with a `Unexpected backfill status` error because we don't anticipate evaluating backfills in a `CANCELED` state. 2. If the backfill is currently being evaluated by the canceling iteration, a race condition occurs that causes the `CANCELED` request to be ignored. This PR fixes these issues.
- Loading branch information
1 parent
333be87
commit 8ebc19d
Showing
2 changed files
with
71 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters