Add scheduled task to optimize database

This commit is contained in:
JonnyWong16 2020-08-18 10:27:20 -07:00
parent f76bd2af8e
commit 4edd6ce911
No known key found for this signature in database
GPG key ID: 7A649674469E6574
3 changed files with 20 additions and 2 deletions

View file

@ -226,6 +226,7 @@ SCHEDULER_LIST = [
('Refresh users list', 'scheduled'),
('Refresh libraries list', 'scheduled'),
('Refresh Plex server URLs', 'scheduled'),
('Optimize Tautulli database', 'scheduled'),
('Backup Tautulli database', 'scheduled'),
('Backup Tautulli config', 'scheduled')
]