Azure / Azure/azure-functions-host
Recycle containers stuck in worker process restart loop
Open
- Dominant language
- C#
- Stars
- 2k
- Forks
- 482
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 38
Description
Container is low on memory. Node process is stuck in restart loop due to out of memory errors. Container has no way to self recover until potentially the traffic stops.
Consider identifying this worker process restart loop and recycling the containers to reset state completely. Might still not help if the app is memory intensive, but could be a helpful improvement.
FunctionsLogs
| where PreciseTimeStamp >= datetime(2021-04-06T05:46:09.8010000Z) and PreciseTimeStamp <= datetime(2021-04-06T05:52:28.7760000Z) + 10m
| where RoleInstance == "App-00450560-637527464805373593"
| where Level < 2
Contributor guide
Assessment
This issue has not been assessed yet.