Results 2 comments of Joel S

Here's my temp fix until this gets merged into a packaged version: In package `myredbeat` in `schedulers.py`: ``` class MyBeatConfig(redbeat.schedulers.RedBeatConfig): # Override the RedBeatConfig because it won't allow self.lock_key =...

> @jscaria Your solution looks promising but It's not working for me. I'm getting 'app does not have an attribute redbeat_conf' which actually makes sense. Any idea? I missed the...