-
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.
Add a way for the step delegating executor to query events in rolling…
… windows (#19803) Summary: This provides an offset environment variable that you can use to make the step delegating executor apply an offset before querying events from the event log. To ensure that events are not queried twice, a set of seen event IDs is checked before returning results. Test Plan: BK, adding new test now ## Summary & Motivation ## How I Tested These Changes (cherry picked from commit a18c155)
- Loading branch information
Showing
2 changed files
with
52 additions
and
5 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