Comment on A Celery-like Python Task Queue in 55 Lines of CodeComments−tonymillion12yAlthough Celery can use it, why is Amazon SQS treated as a second class citizen in python background worker systems?I've yet to find/see a background worker pool that played nicely (properly) with SQS.
Comments
Although Celery can use it, why is Amazon SQS treated as a second class citizen in python background worker systems?
I've yet to find/see a background worker pool that played nicely (properly) with SQS.