Matthias Bertschy
Matthias Bertschy
actually the readiness probe should fail in that case... but maybe we could add a context timeout to restart the update or the Pod when it's stuck like that do...
@flyth in order to make a sync.Pool() I have to export the structs: ``` func GetPooledDataItem(eventType EventType) datasource.Data { pool, loaded := dataPools.Load(eventType) if !loaded { var newElement func() any...
@flyth I have moved pooling to the datasource itself, since we should use separate pools per events in order to efficiently reuse the slices. Let me know if the API...
/ok-to-test
@agraharker-shubham do you have a PR to review?
@alban do you think we can do that this week, maybe I can help ?
@BroderPeters do you mean add a flag to skip metric scans?