Add support for cron expressions for scheduling timer functions
This commit is contained in:
@@ -38,7 +38,9 @@ history_url=url_for('timer.history', function_id=function_id)) }}
|
||||
showDeleteButton: true,
|
||||
isTimer: true,
|
||||
showTimerSettings: true,
|
||||
frequencyMinutes: {{ timer_function.frequency_minutes }},
|
||||
triggerType: '{{ timer_function.trigger_type }}',
|
||||
frequencyMinutes: {{ timer_function.frequency_minutes or "null" }},
|
||||
cronExpression: '{{ timer_function.cron_expression or "" }}',
|
||||
cancelUrl: "{{ url_for('timer.overview') }}",
|
||||
generateUrl: "{{ url_for('llm.generate_script') }}",
|
||||
showPublicToggle: false,
|
||||
|
||||
Reference in New Issue
Block a user