Azure / Azure/azure-functions-java-worker
Worker to notify Function upon its creation and destruction
Offen
#113
10 Kommentare
0 Reaktionen
1 zugewiesene Person
Beansprucht von @kamperiadis
Auf GitHub ansehen
Enhancement
New Feature
reviewed
- Vorherrschende Sprache
- Java
- Sterne
- 103
- Forks
- 74
- Ø Merge
- 4 T. 8 Std.
- Gemergte PRs (30 T.)
- 2
Beschreibung
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.
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.