celerybeatredis
celerybeatredis copied to clipboard
use correct prefix for CELERYBEAT_SCHEDULE
prefix wasn't used when populating the redis DB from CELERYBEAT_SCHEDULE setting, so the feature didn't work. this patch (hopefully) fixes that.