Riccardo Busetti

Results 20 issues of Riccardo Busetti

The granularity of data stored in clickhouse varies between namespaces but also time ranges (e.g., we store 10s only for custom and the last 7 days). For this reason, if...

Hi, we are using `sysinfo` in https://github.com/getsentry/relay and we were wondering, the `free_memory` of `CGroupLimits` is it equivalent to `Sys::new_all().free_memory()`? If so, would there be a way to get `available_memory`?...

feature request

This PR changes the EnvelopeBuffer in the following ways: The buffer now holds only a priority queue of project key pairs from which we want to pop envelopes. The buffer...

Since we deployed the multi-write Redis client but didn't enable it, we saw an increase by 2x of the number of Redis connections in S4S only. This ticket involves the...

bug