Refactor #2658
closedUpdate Pulp's apply_async function signature to conform with Celery's
100%
Description
Currently pulp's apply_async function signature[0] does not explicitly match Celery's [1]
This has caused some confusion over what to pass to Pulp's apply_async [2]
Refactoring our apply_async signature to take in the keyword arguments 'args' and 'kwargs' may be ugly, but it does explicitly state that these are the arguments that Celery passes to a task. It also allows us to distinguish between the arguments for celery, and the arguments for our task.
We should also document how to kick off Pulp3 apply_async and apply_async_with_reservations tasks in a blog post
[0] https://github.com/pulp/pulp/blob/3.0-dev/tasking/pulp/tasking/tasks.py#L211
[1] http://docs.celeryproject.org/en/latest/reference/celery.app.task.html#celery.app.task.Task.apply_async
[2] https://github.com/pulp/pulp/pull/2971
Updated by dkliban@redhat.com over 7 years ago
- Groomed changed from No to Yes
- Sprint Candidate changed from No to Yes
Updated by bizhang over 7 years ago
Documentation for running apply_async and apply_async_with_reservation is now in the pulp wiki https://pulp.plan.io/projects/pulp/wiki/Pulp_3_Developer_Notes
Updated by fdobrovo over 7 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to fdobrovo
Updated by ttereshc over 7 years ago
- Status changed from ASSIGNED to POST
Updated by jortel@redhat.com over 7 years ago
- Sprint/Milestone changed from 37 to 38
Added by fdobrovo over 7 years ago
Added by fdobrovo over 7 years ago
Revision 4518a20a | View on GitHub
Update apply_async and apply_async_with_reservations signatures
Updated by fdobrovo over 7 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulp|4518a20a0ff124fbd8069f4ce9378386279d0782.
Updated by bmbouter almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Update apply_async and apply_async_with_reservations signatures
closes #2658 https://pulp.plan.io/issues/2658