django - Is it possible to get seconds remaining of scheduled celery task -


is possible seconds remaining start scheduled celery task . eg: my_task.apply_async(countdown=100)

you see dump of scheduled tasks http://docs.celeryproject.org/en/latest/userguide/workers.html#dump-of-scheduled-eta-tasks

every task has eta param, can calculate remaining time.


Comments

Popular posts from this blog

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

javascript - Confirm a form & display message if form is valid with JQuery -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -