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
Actions
Removed
pulpcore.plugin.tasking.enqueue_with_reservation
.closes #8497