Jerry Genser

Results 20 comments of Jerry Genser

Is it possible to add a feature matrix somewhere in the documentation about which profiling type are supported for which runtimes? Since the headline advertising says includes memory profiling and...

I'm running a jaeger client on celery workers and I see the workers logging span reported. Based on peoples' experience, is it likely that the tornado IOLoop is not playing...

@yurishkuro thanks for getting back to me. Yeah I am initializing jaeger with worker process init signal so in the prefork pool this runs after the forking. Not experiencing deadlocks...

@bobh66 : Just wondering, why did you revert your changes to fix the partition assignment problems raised in this issue?

I would not rely on `exactly_once`, but instead rely on at least once semantics, the default, and make your application process messages indempotently. While there is an implementation of `exactly_once`...

you should not pass disableStream: true with disableRange false, I believe this prevents range request from working properly

Would the team consider updating the spacy requirement from `

> Yes. We would like too. However, spaCy versions run too fast, and has back compatibility issues. It's a hard decision to choose the best base version. Any suggestions are...

After further research, seems that it's a duplicate of https://github.com/medspacy/medspacy/issues/155

Actually leaving it open in case other people stumble on this!