Azure / Azure/Azure-Functions

Timer job configured to run at multiple hour intervals not working

Open
#2,656 0 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
PowerShell
Stars
1.1k
Forks
215
Avg merge
4h 2m
Merged PRs (30d)
1

Description

I have timer job that I want to run at 11pm, 12am, and 1am nightly at 15 min interval.

This is the NCRON expression I am using: 0 */15 23,0,1 * * *
Image

When deploying my Trigger to Azure, it is running every 15 minutes 24 hours a day.

**Platform**: Consumption Plan and Premium v3
**Azure Function OS**: Linux

**Expected behavior**
1. Run at 11pm, 11:15pm, 11:30pm, 11:45pm, 12am, 12:15am, 12:30am, 12:45am, 1am, 1:15am, 1:30am, 1:45am, 2am

**Actual behavior**
1. Runs every 15m 24 hours a day

Image

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.