add configuration for monthly aggregation job timing
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-01-28 09:04:16 +11:00
parent ee01d8deac
commit c566456ebd
3 changed files with 6 additions and 1 deletions

View File

@@ -48,6 +48,7 @@ type SettingsYML struct {
DailyJobTimeoutSeconds int `yaml:"daily_job_timeout_seconds"`
MonthlyJobTimeoutSeconds int `yaml:"monthly_job_timeout_seconds"`
MonthlyAggregationGranularity string `yaml:"monthly_aggregation_granularity"`
MonthlyAggregationCron string `yaml:"monthly_aggregation_cron"`
CleanupJobTimeoutSeconds int `yaml:"cleanup_job_timeout_seconds"`
TenantsToFilter []string `yaml:"tenants_to_filter"`
NodeChargeClusters []string `yaml:"node_charge_clusters"`