Add support for cron expressions for scheduling timer functions

This commit is contained in:
Peter Stockings
2025-11-27 15:51:15 +11:00
parent f3c2664b31
commit 3f9fa79515
7 changed files with 152 additions and 44 deletions

View File

@@ -36,6 +36,7 @@ title='New Timer Function')
showTimerSettings: true,
triggerType: 'interval',
frequencyMinutes: 60,
cronExpression: '',
runtime: 'node',
showPublicToggle: false,
showLogRequestToggle: false,