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.

貢獻者指南