Actions
Task #8497
closedTask #8495: [EPIC] As a user, I have a new-improved tasking system with new-style workers
Remove the deprecated `enqueue_with_reservation` from the plugin API
Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
-
Sprint/Milestone:
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 96
Quarter:
Description
The enqueue_with_reservation
interface was removed with ticket 8496. This ticket is to actually remove enqueue_with_reservation
from the plugin API.
Additionally, remove the conditional code that is in the OperationPostponedResponse
call.
Note, the enqueue_with_reservation
code itself is used underneath dispatch
so just remove it from the plugin API, not the enqueue_with_reservation
code itself.
Related issues
Updated by bmbouter over 3 years ago
- Blocked by Task #8496: Deprecate `enqueue_with_reservation` from plugin API and introduce new `dispatch` interface to replace it added
Updated by ipanova@redhat.com over 3 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to ipanova@redhat.com
- Sprint set to Sprint 96
Updated by pulpbot over 3 years ago
- Status changed from ASSIGNED to POST
Added by ipanova@redhat.com over 3 years ago
Updated by ipanova@redhat.com over 3 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulpcore|0d6940688f210a83771f6e2c3a5cc2c0974b24c2.
Updated by pulpbot over 3 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Removed
pulpcore.plugin.tasking.enqueue_with_reservation
.closes #8497