|
|
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.
|