This repository was archived by the owner on Apr 26, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Process previously failed backfill events in the background #15585
Merged
MadLittleMods
merged 31 commits into
develop
from
madlittlemods/process-previously-failed-events-in-background
May 25, 2023
Merged
Changes from 18 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
fd26164
Process previously failed backfill events in the background
MadLittleMods c5dc746
Add changelog
MadLittleMods 8fc47d8
Add consideration
MadLittleMods b5d95f7
Fix lints
MadLittleMods ebc93be
Merge branch 'develop' into madlittlemods/process-previously-failed-e…
MadLittleMods e13f5a9
Always check for failed attempts
MadLittleMods 70f5911
Add comments and concern about maybe queue
MadLittleMods 45934fe
Process all failed events as a sequential task in the background
MadLittleMods b1998d7
Merge branch 'develop' into madlittlemods/process-previously-failed-e…
MadLittleMods 93de856
Better comments
MadLittleMods 631d7db
Add test for `separate_event_ids_with_failed_pull_attempts`
MadLittleMods beeccc3
Avoid doing extra work if the list is empty
MadLittleMods 7eabc60
Make sure to retain the same order they were given in case the depth …
MadLittleMods 7583c2c
Add comments why OrderedDict
MadLittleMods e101318
Make test more robust around ordering
MadLittleMods 899fc34
Add test description
MadLittleMods b5aec4f
Same order separated results
MadLittleMods 6edd126
Refactor to get_event_ids_with_failed_pull_attempts(...)
MadLittleMods d4b8ff7
Update comment doc
MadLittleMods 6a0ec9d
Merge branch 'develop' into madlittlemods/process-previously-failed-e…
MadLittleMods d843557
Use List
MadLittleMods 75bec52
Merge branch 'develop' into madlittlemods/process-previously-failed-e…
MadLittleMods c4e1533
Trace differentiaed events
MadLittleMods ec230a3
Prefer plain language
MadLittleMods 22a69be
Use a `set` for efficient lookups
MadLittleMods 65febed
Add some context
MadLittleMods 6474b4e
Use dedicated `partition` function to separate list
MadLittleMods 15527f7
Add context for why source order for MSC2716
MadLittleMods d59615f
Add sanity check test that failed pull attempt events are still proce…
MadLittleMods 95ffa7c
Use obvious type
MadLittleMods 50acf6a
Merge branch 'develop' into madlittlemods/process-previously-failed-e…
MadLittleMods File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Process previously failed backfill events in the background to avoid blocking requests for something that is bound to fail again. |
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.