Actions
Task #5442
closedReplace pulpcore.plugin.models Task with the actual Task from pulpcore
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 60
Quarter:
Description
This should involve doing a few things:
- Remove the Facade here: https://github.com/pulp/pulpcore-plugin/blob/master/pulpcore/plugin/tasking.py
- Import the actual task from pulpcore.app.models.Task through the plugin API as pulpcore.plugin.models.Task
- Remove any remnant of the non_fatal_task_errors part that was on the Facade.
- Update the documentation both in pulpcore and pulpcore-plugin, and possible plugin_template.
Actions