I am working on a project in which zip/gzip files are uploaded by the user and then unzipped and processed using Celery. The website is based on Django. Now the problem that I am facing is that there are few files that have been uploaded when Celery was not running. Is there anyway that I can re-run celery for such unprocessed files? If so, then how?
Thanks.