feat(pipeline): handle pipeline prunes#21250
Open
Maddiaa0 wants to merge 1 commit intomd/pipeline-timetablefrom
Open
feat(pipeline): handle pipeline prunes#21250Maddiaa0 wants to merge 1 commit intomd/pipeline-timetablefrom
Maddiaa0 wants to merge 1 commit intomd/pipeline-timetablefrom
Conversation
This was referenced Mar 9, 2026
Member
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
8259a2c to
adaa2e9
Compare
adaa2e9 to
4a45f77
Compare
2a965f2 to
c2df8a2
Compare
4a45f77 to
2337bcc
Compare
c2df8a2 to
6ccc88b
Compare
2337bcc to
4c7e8e6
Compare
6ccc88b to
d349239
Compare
4c7e8e6 to
58cfbc5
Compare
36f99e9 to
9511446
Compare
d349239 to
24f6555
Compare
This was referenced Mar 12, 2026
9511446 to
f3e3e68
Compare
24f6555 to
cb21eb9
Compare
f3e3e68 to
829607e
Compare
cb21eb9 to
45ff14f
Compare
829607e to
87da649
Compare
45ff14f to
456e3e9
Compare
456e3e9 to
f9ca5bf
Compare
87da649 to
884b61b
Compare
884b61b to
1936112
Compare
f9ca5bf to
e50ad91
Compare
1936112 to
7d3123e
Compare
fdebf1f to
9462d6c
Compare
e50ad91 to
890ce40
Compare
9462d6c to
eb4d7fc
Compare
890ce40 to
ce7da45
Compare
Maddiaa0
commented
Mar 20, 2026
| } catch (err) { | ||
| this.log.warn(`Pre-send validation failed for ${request.action}, discarding enqueued requests`, err); | ||
| this.requests = []; | ||
| return undefined; |
Member
Author
There was a problem hiding this comment.
change this such that it just removes the invalidated request, NOT all requests
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Overview
Revert the pending chain whenever a pipeline does not get checkpointed onto L1