Andrew Mackenzie
Andrew Mackenzie
Blocked waiting for multi-binary install from a crate in cargo-binstall via this issue: https://github.com/cargo-bins/cargo-binstall/issues/854
Hi duotomo - are you a Red Hat customer for 3scale? If so, you should be able to get help resolving your issues via Support - by opening a Support...
OpenShift is moving to use Prometheus. The Innovation week project proved Prometheus to be the best option for us, and so we're moving our monitoring to be based on it...
I'd maybe try and keep it simple, and start with the library and with a reasonably frequent scrape, and not too many problems of processes dying.... we could get something...
We would need to also review the redis commands used directly by `System` for fetching Analytics, which I _believe_ includes a `sort` command that also needs all the keys to...
Can you describe what's keeping us on ruby 2.4, so we have a clearer definition of the dependency/tasks that would allow us to drop it? I understand it is the...
Maybe some combination: - remove pipelining for non-performance sensitive methods (e.g. is Application.save used "a lot"?) - review implementation of the remaining ones that are considered performance sensitive? Out of...
I'd be interested to see a split of time taken: - Listeners: required processing / time to create and enqueue jobs - Workers: time to dequeue jobs / required processing...
Seems the concern about counting down (undoing an increment) is related to the first "hit" that crosses a threshold and gets limited, so ensuring that the count never exceed the...
A related question is the granularity of locks for atomic counting. IMO this might be a tricky one to get "perfect" requiring load tests with specific profiles of traffic stressing...