tdmangukiya / django-queue-service

Automatically exported from code.google.com/p/django-queue-service
0 stars 0 forks source link

make queue requesable app. #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Issue # 8 is happening because the code assumes it is part of the project
qs, and is not relocatable. 

I want to put queue in my own project, sure I understand the advantages of
having a separate server for scaling etc, but I have solve the scaling
problem for my main website, and have entire load balancing and monitoring
set up, I do not want to add another service to complicate things. There
could be any number of other logic for integrating django-queue-service
with your project.

Additionally its a nice practice to write reusable apps. 

Original issue reported on code.google.com by upadh...@gmail.com on 6 Aug 2008 at 9:19