Using celery/RabbitMQ (queues) hitting APIs in Django Request/Response cycle?

I've used Beanstalk for a while now with great success.

I've used Beanstalk for a while now with great success. Server: https://github. Com/kr/beanstalkd Client Library: https://github.Com/PeterScott/beanstalkc Django Helper: https://github.

Com/jonasvp/django-beanstalkd Django Admin App: https://github. Com/humanfromearth/django-beanstalk I think Beanstalk has many of the options you are looking for. For example: 1.

You can set TTR (time to run) for how long a job has to run before it is released back into the queue 2. If a job is nearing the end of its TTR, you can 'touch' it to reset the TTR countdown 3. Beanstalk keeps track of stats at the server, tube, and job level.

So you can see how many jobs are active, delayed, total, etc. RabbitMQ is very robust, but it's a heavy weight. I've found Beanstalk to be much lighter, flexible, and easier to use.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions