mirror of
https://github.com/not-kennethreitz/convore.json.git
synced 2026-06-21 23:50:58 +00:00
1 line
1.8 KiB
JSON
1 line
1.8 KiB
JSON
[{"user_id": 4219, "stars": [], "topic_id": 21180, "date_created": 1303702225.6711841, "message": "When it comes to doing sys admin work, which queue seems to be the most stable? easy to admin?", "group_id": 81, "id": 798579}, {"user_id": 13817, "stars": [], "topic_id": 21180, "date_created": 1303707901.44174, "message": "I've only just started using RabbitMQ on a project we are building. So far it's been pretty simple but we've also only implemented simple things in it :) Interested to see how others have experienced using it in their projects.", "group_id": 81, "id": 799440}, {"user_id": 1127, "stars": [], "topic_id": 21180, "date_created": 1303712825.496263, "message": "Assuming we're talking Celery.. RabbitMQ is really the only choice for a *real* queue. The DB is pretty sluggish, and while Redis works you may end up with a few quirks.", "group_id": 81, "id": 800498}, {"user_id": 14679, "stars": [], "topic_id": 21180, "date_created": 1303738255.7732849, "message": "RabbitMQ + Celery is reliable and very easy to administer. That may change at extreme scale, but I'd start there and not worry about it unless something comes up.", "group_id": 81, "id": 803199}, {"user_id": 942, "stars": [], "topic_id": 21180, "date_created": 1303739722.193296, "message": "Found RabbitMQ very easy to administer and manage on the small-scale apps I've used it for. Additionally, sometime around the 2.x release, it seems a lot of odd bugs that I encountered in terms of stale queues were fixed up. Interested to hear more about large-scale RabbitMQ use.", "group_id": 81, "id": 803470}, {"user_id": 1736, "stars": [], "topic_id": 21180, "date_created": 1303750124.1429689, "message": "Redis works as a queue, but if you are doing anything complex you are going to want AMQP's routing mechanisms which celery-on-redis doesn't implement fully.", "group_id": 81, "id": 805013}] |