Chris R
Chris R
No @jalsnipe that is a separate issue. You will still (occasionally) get pre-roll ads on iOS using this component.
@jalsnipe example of the top of my head - no. Pre-roll ads on iOS are rare, but they do happen. They never last more than 30 seconds.
What you suggested is roughly how I would implement it; only I wouldn't duplicate the existing worker code. Something like this is safer: ```python def _fail(self, jid: str, exception=None): super()._fail(jid,...
One other thing. I have no idea what `honeybadger` is, but if you are using threads then this does not look safe to me: ``` honeybadger.context(jid=jid) honeybadger.notify(exception) ``` Feels a...
What version of Rancher?
It's been a little while since I looked at this project, sorry. I've just tested the configuration you mentioned, docker 17.09 on Ubuntu 16.04 against rancher stable (1.6.14 now) and...
#42 is just about recovering from a `BrokenProcessPool`. It does nothing to prevent the exception in the first place. The exception is raised when the Python process hosting the job...
> that means that all the memory available for the k8s pod is also available to that single process (currently 600Mi). There are two processes. The master process, which starts...
There is no ability to do this today, but I would gladly accept a PR if somebody wanted to implement this function.
I'm a little unsure about merging this; what is the use case over using plain ol' system cron?