Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

package_update performance backport version #7121

Merged
merged 1 commit into from
Nov 6, 2022

Conversation

wardi
Copy link
Contributor

@wardi wardi commented Oct 4, 2022

Fixes (in 2.9) #7119

Proposed fixes:

This targets only the source of the slowness (iterating over all the deleted resources in python and resubmitting them with state='deleted' to postgres) and maintains the ever-growing list of deleted resources in the db

Features:

  • includes tests covering changes
  • includes updated documentation
  • includes user-visible changes
  • includes API changes
  • includes bugfix for possible backport

@wardi wardi changed the title [#7119] package_update performance backport version package_update performance backport version Oct 5, 2022
@amercader
Copy link
Member

Can you change the base to dev-v2.9 @wardi ? 🙏 The 2.9 branch is used for the docs and only updated after a release,thanks!

@wardi wardi changed the base branch from 2.9 to dev-v2.9 October 6, 2022 12:15
@smotornyuk smotornyuk merged commit 55d0c02 into dev-v2.9 Nov 6, 2022
@smotornyuk smotornyuk deleted the 7119-package_update-perf-backport branch November 6, 2022 19:12
@wardi
Copy link
Contributor Author

wardi commented Nov 6, 2022

@smotornyuk the failure here is legit and I need to find a fix for it. want to revert the merge for now or if you have an idea what might work as a fix let me know

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants