Project

Profile

Help

Issue #4662

Updated by kersom about 5 years ago

Task returned by the orphans endpoint as completed, but a few fields ( finished_at, started_at, worker) are set as None. 

 <pre> 
 {'_created': '2018-12-21T00:26:37.278392Z', 
  '_href': '/pulp/api/v3/tasks/b963e89c-db1a-4db4-b8c9-5fbca5629113/', 
  'created_resources': [], 
  'error': None, 
  'finished_at': None, 
  'name': 'pulpcore.app.tasks.orphan.orphan_cleanup', 
  'non_fatal_errors': [], 
  'parent': None, 
  'progress_reports': [{'done': 3, 
                        'message': 'Clean up orphan Content', 
                        'state': 'completed', 
                        'suffix': '', 
                        'task': '/pulp/api/v3/tasks/b963e89c-db1a-4db4-b8c9-5fbca5629113/', 
                        'total': 3}, 
                       {'done': 3, 
                        'message': 'Clean up orphan Artifacts', 
                        'state': 'completed', 
                        'suffix': '', 
                        'task': '/pulp/api/v3/tasks/b963e89c-db1a-4db4-b8c9-5fbca5629113/', 
                        'total': 3}], 
  'spawned_tasks': [], 
  'started_at': None, 
  'state': 'completed', 
  'worker': None} 

 </pre> 

 Pulp 3 installation from source. April/09.

Back