Migrate apptask to use tasks framework

This commit is contained in:
Girish Ramakrishnan
2019-08-26 15:55:57 -07:00
parent 99c9fbc38f
commit 9242f7095a
4 changed files with 59 additions and 5 deletions
+1
View File
@@ -15,6 +15,7 @@ exports = module.exports = {
TaskError: TaskError,
// task types. if you add a task here, fill up the function table in taskworker
TASK_APP: 'app',
TASK_BACKUP: 'backup',
TASK_UPDATE: 'update',
TASK_RENEW_CERTS: 'renewcerts',