Closed dyladan closed 3 years ago
Received a reply from logstash https://github.com/elastic/logstash/issues/12947#issuecomment-876564582
Takeaway: Remove concurrency :single
since we don't store state. With :single
we block the other threads anyway since they wait to enter the block. Backpressure on the system is not a problem since the queue eventually will drop chunks to prevent a crash.
Travis is not reporting the status. Going to try to close and reopen the PR
I removed the sinatra server from the tests because it was causing issues locally. Instead I just have a send method which is mocked.