Actions
Task #8721
closedProvide a technology agnostic entrypoint to start workers
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Easy Fix
Sprint:
Quarter:
Description
The current instructions to run pulpcore workers are very specific to rq.
The new design should provide a shell entrypoint in setup.py called pulpcore-worker
that will chain load into the rq workers.
Related issues
Updated by mdellweg over 3 years ago
- Blocks Story #8501: As a user, I have new pulp workers that do not require a resource manager added
Updated by pulpbot over 3 years ago
- Status changed from ASSIGNED to POST
Added by mdellweg over 3 years ago
Updated by mdellweg over 3 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulpcore|6af4885832b2fb473d8e455a2a3602a8e63765b7.
Updated by pulpbot over 3 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Use a common entrypoint for workers
With this change, workers should be started with
pulpcore-worker
and the resource-manager withpulpcore-worker --resource-manager
accordingly.fixes #8721 https://pulp.plan.io/issues/8721