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

Remove unnecesary retrying on updating a package #16957

Merged

Conversation

eduardoj
Copy link
Member

@eduardoj eduardoj commented Oct 15, 2024

Follow up to #16956.

We want to deploy these pull requests separately.

This PR is the third of a group of pull requests:

  1. Remove unnecesary retrying on creating events #16954
  2. Remove unnecesary retrying on updates of packages' issues  #16956
  3. Remove unnecesary retrying on updating a package

If updating a package results in an error, just retrying 10 times to
update it doesn't make a difference.

Correct handling of concurrent updates of packages is guaranteed using
Active Jobs.
@eduardoj eduardoj force-pushed the refactoring/remove_retrying_iii branch from c4a764f to 4c8b5f9 Compare January 24, 2025 11:20
@eduardoj eduardoj marked this pull request as ready for review January 24, 2025 11:20
@eduardoj
Copy link
Member Author

eduardoj commented Jan 24, 2025

After three months of tracking if a retry was triggered (see #16959), no retries were performed. The retrying code can be safely removed.

@hennevogel hennevogel merged commit 09f7c57 into openSUSE:master Jan 24, 2025
21 checks passed
@eduardoj eduardoj deleted the refactoring/remove_retrying_iii branch January 24, 2025 12:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Frontend Things related to the OBS RoR app
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants