Mark Gordon
Mark Gordon
### Describe the bug The `QueuePool` connection pool does not fairly distribute connections to threads under high contention leading to timeouts. This fundamentally goes back to the Queue implementation in...
If you open a websocket and subscribe to a stream, close it, then open another websocket and subscribe, the next time an event arrives the _send_result callback will be invoked...
Adds support for handling ioctl requests made to fuse. This implementation comes from looking at the fuse implementation to fill in the missing ioctl functionality. Note that fuse servers do...
It seems a recent update put a global lock around each mocked response. However prior to this release we were inserting delays in our mocked responses to simulate request latency...
Many of us use labels to select which ServiceMonitor objects our Prometheus instance should pick up. It looks like right now there is no way to customize those labels which...
Prometheus middleware dramatiq_delayed_messages_inprogress not tracking completed messages correctly
# Issues The prometheus middleware exports a gauge metric `dramatiq_delayed_messages_inprogress` that is documented to track "The number of delayed messages in memory.". I noticed something appeared to be wrong with...