Azure / Azure/azure-functions-host
Function Stops Processing Queue Messages and only start after the we nudge the function
- Dominant language
- C#
- Stars
- 2k
- Forks
- 482
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 38
Description
This issue is that the azure functions do not process service bus queue messages even though they are in the queue, we need to manually go to the function which process the messages and open to cause it to process the messages, this happens specially if the function has been dormant for 10-12 hours.
We are seeing this across multiple Function Apps, but I am providing below details for one of the instances --
- Timestamp: 2017-08-16T07:47:46.748
- Function App name: qaencounterimportsprocessor
- Function name(s) (as appropriate): EncounterImportHandler
- Invocation ID:95d25caa-cac1-40d5-abbc-9bd772046656
- Region: SouthEastAsia
Contributor guide
Assessment
This issue has not been assessed yet.