Skip to content

Instantly share code, notes, and snippets.

@Shrulik
Created October 16, 2017 11:41
Show Gist options
  • Save Shrulik/6a9e2848c554688c340b7d0438585009 to your computer and use it in GitHub Desktop.
Save Shrulik/6a9e2848c554688c340b7d0438585009 to your computer and use it in GitHub Desktop.
Azure Function Timer Trigger Schedule/ Cron Expression - Occur never - practically speaking
After playing around a bit, I settled on :
0 0 5 29 2 Mon
Doing something like 30 of Feburary threw an error.
The next three occurrences of the above are :
29/02/2044 05:00:00
29/02/2072 05:00:00
29/02/2112 05:00:00
Which is close enough for me.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment