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
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