diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2018-10-09 19:35:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-09 19:35:14 +0200 |
commit | 7f9dd92a27e937e3cbc42c1e3c8b844c3583c92b (patch) | |
tree | 56d6d6372e912280b72093fe7424cb5e99564df1 /config | |
parent | d4b7d7596806b73b29f08143734257e04fee82c0 (diff) |
Track historical space stats in PgHero to determine PostgreSQL growth (#8906)
Diffstat (limited to 'config')
-rw-r--r-- | config/sidekiq.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/sidekiq.yml b/config/sidekiq.yml index 6a09bb6e9..c44af5b6c 100644 --- a/config/sidekiq.yml +++ b/config/sidekiq.yml @@ -33,3 +33,6 @@ backup_cleanup_scheduler: cron: '<%= Random.rand(0..59) %> <%= Random.rand(3..5) %> * * *' class: Scheduler::BackupCleanupScheduler + pghero_scheduler: + cron: '0 0 * * *' + class: Scheduler::PgheroScheduler |