d01
d01
I am using a ActiveMQ instance as broker and have long running tasks (1-2 Minutes), so I have set high heartbeat values (~5m). Also, "activemq.prefetchSize" is set to 1 and...
I have noticed a couple times a weird behavior: Given - that there are several messages in the queue (300 in my case) - I have a quick on_message function...
During my first dance with nameko, I found me wanting to use custom serialization methods. This might be a common need for other people as well since json, for example,...
includes ckreutzer:master pull requests #2,#4,#5,#6,#7,#8; uses logging for output timeouts in requests
It used to be possible to match arbitrary objects (e.g. classes) with `extractWithoutOrder()` (`extract()`, `extractBest()`,..) by providing a custom scorer and processor. But [this check](https://github.com/seatgeek/fuzzywuzzy/blob/e0f2b0d206d1b21c072ac68a0f08f613ac59d86c/fuzzywuzzy/process.py#L105-L108) limits matching to only strings...
Basic working implementation for #911 @derneuere could you please take a look? As a first step, I took the simplest approach to get this feature working without changing the FE,...