django-beanstalkd
django-beanstalkd copied to clipboard
Support auto-reconnect
It does not seem like the code handles the cases where:
- Beanstalkd is not available when the django app is launched
- The django app is launched and Beanstalkd is available, but later Beanstalkd goes down and then comes back up again
Good point. We've since moved away from Beanstalk so I can't write a patch myself. I'll be happy to merge if you take a stab at it!