lenra-io/server

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

オープン

#464 opened on 2023/09/29

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Elixir (0 件のフォーク)auto 404
enhancementgood first issuehacktoberfest

Repository metrics

Stars
 (6 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド