Comment on A Celery-like Python Task Queue in 55 Lines of CodeparentComments−Iftheshoefits12yI can't speak for Celery, as I've not used it very much.It may be straightforward to write a functional Redis alternative in pure python using this library, but I would certainly have questions/concerns about performance.
Comments
I can't speak for Celery, as I've not used it very much.
It may be straightforward to write a functional Redis alternative in pure python using this library, but I would certainly have questions/concerns about performance.