[ENG-9176] Stuck Registrations are unable to be restarted #11563
Merged
adlius merged 1 commit intoCenterForOpenScience:feature/pbs-25-25from Jan 28, 2026
Merged
[ENG-9176] Stuck Registrations are unable to be restarted #11563adlius merged 1 commit intoCenterForOpenScience:feature/pbs-25-25from
adlius merged 1 commit intoCenterForOpenScience:feature/pbs-25-25from
Conversation
Collaborator
|
Code looks good. Maybe if this doesn't work we can turn |
415c695
into
CenterForOpenScience:feature/pbs-25-25
8 checks passed
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.
Ticket
ENG-9176
Purpose
force archive: optimize verify stage to avoid getting 502
Changes
verifysynchronously only in dry modeverify()optimizationSide Effects
@adlius we still have two problems with this task:
It makes a request to GV and several database queries just to determine the permissible addons (for each child registration as well). Maybe we should completely remove the
verifystage (dry-mode) and runforce_archiveentirely as a background task, but that would eliminate any early feedback for admins. With this approach, the only way to get information about the force archive task would be through Sentry logs (in case of failure)QE Notes
Test my changes on big registrations with 3+ children
CE Notes
Documentation