Über Open CoDE Software Wiki Diskussionen Gitlab

Skip to content

Garbage collect stale cached SNS responses which have no chance of being reused

Adam Reichold requested to merge sns-cache-garbage-collection into main

This is a small follow-up to our SNS integration that avoids collecting stale SNS cache entries forever. I am not sure whether this will scale sufficiently well, but if it does not (i.e. the harvester runtime becomes excessively), we might need to parallelize it like in the indexer, but for now I'd like to keep things simple.

Merge request reports