-
Notifications
You must be signed in to change notification settings - Fork 116
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
PulpImport can overload the task-queue #4068
Comments
Also we could introduce a setting for the import task that would make the % value configurable. I am adding a prio-list to this issue since this problem impairs some of our customer's environment. |
ggainey
added a commit
to ggainey/pulpcore
that referenced
this issue
Jul 26, 2023
When we expose IMPORT_WORKERS_PERCENT, this becomes a configurable percentage. fixes pulp#4068.
ggainey
added a commit
to ggainey/pulpcore
that referenced
this issue
Jul 28, 2023
IMPORT_WORKERS_PERCENT is configurable in settings. We will document/expose this in a future PR, to keep this one maximally backportable. fixes pulp#4068.
ggainey
added a commit
to ggainey/pulpcore
that referenced
this issue
Jul 28, 2023
IMPORT_WORKERS_PERCENT is configurable in settings. We will document/expose this in a future PR, to keep this one maximally backportable. fixes pulp#4068.
ggainey
added a commit
to ggainey/pulpcore
that referenced
this issue
Jul 28, 2023
IMPORT_WORKERS_PERCENT is configurable in settings. We will document/expose this in a future PR, to keep this one maximally backportable. Default behavior remains "all workers". fixes pulp#4068.
ggainey
added a commit
that referenced
this issue
Jul 28, 2023
IMPORT_WORKERS_PERCENT is configurable in settings. We will document/expose this in a future PR, to keep this one maximally backportable. Default behavior remains "all workers". fixes #4068.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
main
Describe the bug
PulpImport dispatches a task-per-repository. For large imports, with large repositories, this means that Pulp can't do anything else until the import is finished or nearly so, as all workers are busy importing repositories.
It would be good to teach the import-process to arrange to not use up more than, say, 25% of the available workers.
The text was updated successfully, but these errors were encountered: