Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
loftwah committed Dec 26, 2024
1 parent ff6359c commit b4f2c7d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/sidekiq_scheduler.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# config/sidekiq_scheduler.yml
aggregate_metrics:
cron: '0 1 * * *' # Run at 1 AM every day
class: AggregateMetricsJob
Expand All @@ -7,5 +8,5 @@ backup_database:
class: BackupDatabaseJob

cleanup_old_backups:
cron: '0 3 * * *' # Runs daily at 3 AM (after backup job)
class: CleanupOldBackupsJob
cron: '0 3 * * *' # Runs daily at 3 AM (after backup job)
class: CleanupOldBackupsJob

0 comments on commit b4f2c7d

Please sign in to comment.