spcl/serverless-benchmarks

Extended Cache Management

Offen

#305 geöffnet am 24.07.2026

 (1 Kommentar) (0 Reaktionen) (1 zugewiesene Person)Python (99 Forks)auto 404
enhancementgood first issue

Repository-Metriken

Stars
 (196 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

SeBS keeps a local cache of all deployed cloud resources and locally created artifacts, e.g., function builds. To support distributed deployments, we should support a mode where we merge the cache from N existing caches - remove duplicates without losing allocated resources, as long as they share the same SeBS resource ID. This should also drop local resources, as such merged cache should be usable on any machine.

Contributor Guide