<div dir="ltr"><div><div><div><div>Hi,<br><br></div>Is there any means to determine how long a task has been waiting since (Pulp2)? For example, if I query the tasks endpoint, I get the following;<br><br><br>{u'_href': u'/pulp/api/v2/tasks/61d0eabc-5007-43e2-9646-0a1fd987efc3/',<br> u'_id': {u'$oid': u'5b078c09bebdfa187befb0ae'},<br> u'_ns': u'task_status',<br> u'error': None,<br> u'exception': None,<br> u'finish_time': None,<br> u'id': u'5b078c09bebdfa187befb0ae',<br> u'progress_report': {},<br> u'result': None,<br> u'spawned_tasks': [],<br> u'start_time': None,<br> u'state': u'waiting',<br> u'tags': [u'pulp:action:consumer_content_applicability_regeneration'],<br> u'task_id': u'61d0eabc-5007-43e2-9646-0a1fd987efc3',<br> u'task_type': u'pulp.server.managers.consumer.applicability.regenerate_applicability_for_consumers',<br> u'traceback': None,<br> u'worker_name': None}<br><br><br></div>For monitoring purposes, I'd really like to know how long that task has been waiting for. I see no way to get that info.<br><br><br></div>Thanks,<br></div>Grant<br></div>