Hacker News new | past | comments | ask | show | jobs | submit login

Just started using this for the first time. It's pretty nice. I'm still trying to figure out how to really use it with Flask/Connexion cleanly and not in the top level module, but it's made my life much simpler for handling long running tasks (e.g. When needing a status 202 response). Great project. Sad to see SQLAlchemy was removed from the brokers though I understand.



You don't want to use a DB a broker.

For AWS they have SQS which is awesome. Now if someone would write a Google cloud pub/sub, all would be well in the world.


Hum, Google Pub/Sub seems roughly equivalent to SQS to me?

https://cloud.google.com/pubsub/docs/overview


Yes but no one wrote the kombu broker for it yet to my knowledge. To use a new broker in Celery you have to write code on how to send and receive messages.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: