>>> from celery.result import AsyncResult >>> res = AsyncResult(Job ID) >>> res.ready() True >>>
Recommended Posts