Azure / Azure/Azure-Functions

Provide an option for the Timer Trigger to run on every instance when multiple instances are configured.

Open
#2,594 2 comments 0 reactions 1 assignee Assigned to @raushan2998 View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.