Azure / Azure/azure-functions-java-worker
Worker to notify Function upon its creation and destruction
オープン
Enhancement
New Feature
reviewed
- 主要言語
- Java
- スター
- 103
- フォーク
- 74
- 平均マージ
- 4日 8時間
- マージ済み PR(30日)
- 2
説明
Developers should be allowed to be aware of when a Function is created, and when it is destroyed, to clean up resources (e.g. close DB connections; stop background processes; etc).
For Java functions, and I assume .NET, one can use the class constructor to be aware of when the Function is created, and perform a 'setup'. But the same does not happen for when the function is to be killed/removed/purged.
コントリビューションガイド
評価
この issue はまだ評価されていません。