wooey / Wooey

A Django app that creates automatic web UIs for Python scripts.
http://wooey.readthedocs.org
BSD 3-Clause "New" or "Revised" License
2.13k stars 184 forks source link

Stale tasks in wooey web interface #210

Closed PheonixS closed 6 years ago

PheonixS commented 6 years ago

After restart Wooey! tasks present in web interface but not in celery. Cannot stop, remove or delete this tasks. python manage.py celery events showing empty lists wooey==0.9.8 How can I stop it? :)

Chris7 commented 6 years ago

Thanks for the report @PheonixS. It's definitely something that was overlooked. For the time being, you could remove these from the admin page.

Chris7 commented 6 years ago

This has been fixed in the latest master. Thanks for reporting it!