Project

Profile

Help

Issue #9237

Updated by pulpbot over 2 years ago

 

 **Ticket moved to GitHub**: "pulp/pulp_deb/418":https://github.com/pulp/pulp_deb/issues/418 




 ---- 


 Today i started mirroring for http://archive.ubuntu.com 

 ~~~ c 
 # pulp task list --state running | jq 
 [ 
   { 
     "pulp_href": "/pulp/api/v3/tasks/d41cd931-9d7b-4ead-a381-d6aae8c709e0/", 
     "pulp_created": "2021-08-12T07:50:28.476170Z", 
     "state": "running", 
     "name": "pulp_deb.app.tasks.publishing.publish", 
     "logging_cid": "60c1f76bef074040943b9ed4558a8732", 
     "started_at": "2021-08-12T07:50:28.621880Z", 
     "finished_at": null, 
     "error": null, 
     "worker": "/pulp/api/v3/workers/b64aee98-0684-4daf-9b67-6f8a4aa36370/", 
     "parent_task": null, 
     "child_tasks": [], 
     "task_group": null, 
     "progress_reports": [], 
     "created_resources": [ 
       null 
     ], 
     "reserved_resources_record": [ 
       "/pulp/api/v3/repositories/deb/apt/a1a61370-650c-4d9f-9c28-79e444110dda/" 
     ] 
   } 
 ] 
 ~~~ 
 And they still running, i can't understand how long me need waiting to complete. 

 ~~~ c 
   "versions": [ 
     { 
       "component": "core", 
       "version": "3.14.3" 
     }, 
     { 
       "component": "rpm", 
       "version": "3.14.0" 
     }, 
     { 
       "component": "python", 
       "version": "3.4.0" 
     }, 
     { 
       "component": "file", 
       "version": "1.8.1" 
     }, 
     { 
       "component": "deb", 
       "version": "2.14.1" 
     }, 
     { 
       "component": "container", 
       "version": "2.7.0" 
     } 
   ], 
 ~~~ 

 I think we have data for specify progress (count of contents and count packages in repository), please, if it can, add more information about publication process to output 

Back