Hi, I’m developing an app with scheduled trigger and I have a problem.
The function executed every 5 minutes is executed twice at a time and I’m not sure about it.
Below, I will show some of the manifest.yml file.
modules:
function:
- key: <>
handler: <>
scheduledTrigger:
- key: <>
interval: fiveMinute
function: <>