Top "Python-huey" questions

Distributed task queue framework for python.

OSError: [WinError 10013] An attempt was made to access a socket in a way forbidden by its access permissions

I'm experimenting with the use of Huey as a cross platform task queue . I've found https://github.com/pjcunningham/flask-huey-example , …

python flask flask-mail python-huey
What is the best option for a (Python 3) task queue on Windows now that Celery 4 has dropped Windows support?

We run a Flask site under IIS on Windows, and for out-of-process tasks we use Celery. Celery has given us …

python flask queue celery python-huey