Jakob Sachse

Results 9 comments of Jakob Sachse

https://www.jsonschemavalidator.net/s/O7JdN2OS is fine with it.

### My understanding of the situation: Long running jobs can not be (gracefully) interrupted and discarded just from the outside. Jobs can be flagged and this effects the handling of...

@stansv You are right. I have not had sandboxed the job (as I first though I had). So thanks for your correction.

how about: ``` import {instance as wrappedInstance} from 'ts-mockito'; const instance = function(mockClass) { const mockedInstanceOfMyClass = wrappedInstance(mockClass) Object.setPrototypeOf(mockedInstanceOfMyClass, mockClass.__tsmockitoMocker.clazz.prototype); return mockedInstanceOfMyClass; } ```

@DvirDukhan any hope of this one making it into a release soon? Also several other redis based modules could make good use of the provided get_client util.

@deepblue could you elaborate on your concerns? I am waiting for the feature :)

Thanks for the merge! I have been looking into `RedisCache` and noticed the cache throwing _KeyError 'message'_ when cache value would be available in the cache. The reason seems to...