-
Notifications
You must be signed in to change notification settings - Fork 197
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
[L] Investigation: trouble with updates with large number of builds and slow to add packages #3059
Comments
Maybe the worst thing is that often web ui error messages are not shown: for example mistakenly I was trying to adding some builds again to an update and there was no feedback/error/warning shown - maybe it timeout because it takes too long?? |
There are a few different issues here:
Let's use this ticket to track that last problem. We have plans to add a task working system to bodhi in #2851. If we had that, we could split a lot of this work out into a background task to avoid server timeouts. This would make the create form much more responsive, and we could do the rest of the work on the backend. |
#3061 may help with this as well. |
One more that might help: #3062 |
I don't think #3061 is soo bad since creating an update with like 100 builds doesn't take that long, bicbw... |
I've just run into this while doing the rebuilds for Meson 0.50.0. Constructing the list of builds to put in the update is quite painstaking so I've been editing in groups of five or six at a time so I don't lose a ton of work if something goes wrong with any one batch, but as the update gets bigger, each edit operation seems to get harder and harder to get to work. I'm just hitting the button over and over and refreshing the update page in another tab to see what's happening at this point. It's very awkward. |
ScopeWe need to get a better understanding of why updates with a large number are slow. Let's use this ticket to investigate and find possible solution. |
This may also help with this: #3204 |
Bodhi 4.0.0 beta is built and deployed to staging: https://copr.fedorainfracloud.org/coprs/bowlofeggs/bodhi-pre-release |
#3448 should improve the situation. Doing a local test with creating an update of 103 builds it took 26 seconds before the change and 5seconds with the refactoring. |
Nice! I'll keep an eye on it next time I need to interact with a gigantic update. |
Current Fedora bodhi seems having serious problems accepting large updates with many packages.
This seems problematic and makes Bodhi look unreliable unfortunately.
The text was updated successfully, but these errors were encountered: