django-beanstalkd icon indicating copy to clipboard operation
django-beanstalkd copied to clipboard

UNMAINTAINED! Please use this fork:

Results 4 django-beanstalkd issues
Sort by recently updated
recently updated
newest added

Changed from NoArgsCommand to BaseCommand, which takes no arguments by default. NoArgsCommand is deprecated as of 1.10.

It does not seem like the code handles the cases where: 1. Beanstalkd is not available when the django app is launched 2. The django app is launched and Beanstalkd...

I'm not sure if this is required. When the client is collected, does its connection get cleaned up? I added a close method just to be sure.

BeanstalkClient.call() will use settings.BEANSTALK_JOB_NAME pattern to derive the function name if appname and jobname parameters are passed Makes it easier for folks like me to manage staging and production servers...