Project

Profile

Help

Task #5442

Updated by bmbouter over 4 years ago

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.

Back