mirror of
https://github.com/not-kennethreitz/convore.json.git
synced 2026-06-21 15:40:58 +00:00
1 line
2.0 KiB
JSON
1 line
2.0 KiB
JSON
[{"user_id": 30977, "stars": [], "topic_id": 42579, "date_created": 1311540780.231781, "message": "I have an app that I want to send a welcome email once they create an account. Should I just send the message during that action or move that email task to something like resque?", "group_id": 95, "id": 1711223}, {"user_id": 34806, "stars": [], "topic_id": 42579, "date_created": 1311543945.974468, "message": "is there any reason a user should be held up while you take care of the email?", "group_id": 95, "id": 1711496}, {"user_id": 34806, "stars": [], "topic_id": 42579, "date_created": 1311543962.4793129, "message": "a good rule of thumb is: If not instantly needed by the interface, a task should go into a background queue", "group_id": 95, "id": 1711498}, {"user_id": 30977, "stars": [], "topic_id": 42579, "date_created": 1311555045.625097, "message": "Yea it is just an email saying that they have signed up to the service. I will move the email sending to a background queue. Thanks", "group_id": 95, "id": 1712294}, {"user_id": 4149, "stars": [], "topic_id": 42579, "date_created": 1311555226.6470499, "message": "@danest should probably look into queuing software like http://celeryproject.org/ which is used on this site but a very popular queuing software for a whole list of things", "group_id": 95, "id": 1712314}, {"user_id": 931, "stars": [], "topic_id": 42579, "date_created": 1311580907.9479611, "message": "If you're running Amazon, they have a queue service", "group_id": 95, "id": 1714232}, {"user_id": 1687, "stars": [], "topic_id": 42579, "date_created": 1311657803.554033, "message": "Do you have enough users that sending e-mail is slow? Remember, premature optimization is bad \u2014 and adding a queue turns a programming/UX problem into a systems one (do you have the necessary monitoring/sysadmin time to monitor the queue, etc).", "group_id": 95, "id": 1720953}, {"user_id": 1687, "stars": [], "topic_id": 42579, "date_created": 1311657757.100225, "message": "Do you have enough users that sending e-mail is slow?", "group_id": 95, "id": 1720946}] |