spcl/serverless-benchmarks

Extended Cache Management

开放

#305 创建于 2026年7月24日

 (1 条评论) (0 个反应) (1 位负责人)Python (99 个派生)auto 404
enhancementgood first issue

仓库指标

星标
 (196 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南