Skip to content

Commit

Permalink
add scheduled_job to global_settings
Browse files Browse the repository at this point in the history
  • Loading branch information
nopg committed Jan 21, 2025
1 parent 91cfc02 commit 955ff98
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -815,3 +815,7 @@ prefix:
vlan: ""
tenant: ""
tags: []
scheduled_job:
- name: "Daily Log Cleanup"
interval: "daily"
start_time: "2025-01-20 15:30:00"

0 comments on commit 955ff98

Please sign in to comment.