add disk usage task

This commit is contained in:
Girish Ramakrishnan
2022-10-12 10:26:21 +02:00
parent a3f7ce15ab
commit edb6ed91fe
7 changed files with 68 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ exports = module.exports = {
TASK_SYNC_EXTERNAL_LDAP: 'syncExternalLdap',
TASK_CHANGE_MAIL_LOCATION: 'changeMailLocation',
TASK_SYNC_DNS_RECORDS: 'syncDnsRecords',
TASK_UPDATE_DISK_USAGE: 'updateDiskUsage',
// error codes
ESTOPPED: 'stopped',