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.11k stars 182 forks source link

Jobs get stuck in Wooey queue #323

Closed priye-1 closed 4 years ago

priye-1 commented 4 years ago

Hello there! I Just got to setup wooey for the first time and imported a simple script to send mails, but can't seem to get it to run anything. Whenever I run the script, it gets stuck in the queue and fails to complete with no error message on the wooey console or my terminal

Chris7 commented 4 years ago

Hi @priye-1

Sorry for the late response. Can you describe how you are running wooey? Are you running a celery worker to process jobs (https://wooey.readthedocs.io/en/latest/running_wooey.html#through-two-separate-processes)?