Provide an option for the Timer Trigger to run on every instance when multiple instances are configured.
Open
feature
- Dominant language
- PowerShell
- Stars
- 1.1k
- Forks
- 215
- Avg merge
- 4h 2m
- Merged PRs (30d)
- 1
Description
Hello Azure Team,
Currently, when a Function App scales out to multiple instances, only a single instance of a timer-triggered function runs across all instances.
Is there an option like runOnStartup or UseMonitor that we can use?
Problem: We have configured our Function App to run on 3 instances. We have a timer trigger that runs every 2 hours to refresh the settings. However, the issue we face is that only the instance where the timer trigger runs gets its settings refreshed, while the other two instances do not.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.