spcl/serverless-benchmarks

Extended Cache Management

Aberta

#305 aberto em 24 de jul. de 2026

 (1 comentário) (0 reação) (1 responsável)Python (99 forks)auto 404
enhancementgood first issue

Métricas do repositório

Stars
 (196 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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.

Guia do colaborador