Bas Beenhakker

Results 4 comments of Bas Beenhakker

Safari, Chrome, Opera and FF on OSX 10.12.5. Two weeks ago it worked as expected. Only seems to be case with multiple terminals.

Looking back at this, and going through the documentation ones more, it is stated there correctly, despite it being a bit cryptic maybe: "Fill the form as show in the...

I stumbled upon the same problem. As a workaround (in my case), you can do: ``` class SomeJob(Job): lifetime = 600 def fetch(self): return something() def key(self): return self.class_path some_function...

For me Redis works fine as a production backend, but we do not have an enormous farm, only a few tasks running every few minutes. However, this problem does occur...