lenra-io/server

[Task] Load and save manifest after the deployment of a build

开放

#464 创建于 2023年9月29日

 (0 条评论) (0 个反应) (0 位负责人)Elixir (0 个派生)auto 404
enhancementgood first issuehacktoberfest

仓库指标

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

描述

What should be done

To be sure that an app is well deployed and usable, the app manifest should be loaded after the deployment is ready.

To manage cache on the manifest and avoid loading it each time, the result should be saved in the database.

Technical recommandation

Load the manifest when app is ready after the deployment and save the manifest in the deployment table.

Ecological concerns

Stop loading the manifest at every environment start but get it from the database.

贡献者指南