port taskmanager to use tasks

This commit is contained in:
Girish Ramakrishnan
2019-08-28 15:00:55 -07:00
parent be6b172d6f
commit 9f1210202a
6 changed files with 132 additions and 220 deletions
-1
View File
@@ -4,7 +4,6 @@ exports = module.exports = {
CRON: { userId: null, username: 'cron' },
HEALTH_MONITOR: { userId: null, username: 'healthmonitor' },
SYSADMIN: { userId: null, username: 'sysadmin' },
TASK_MANAGER: { userId: null, username: 'taskmanager' },
APP_TASK: { userId: null, username: 'apptask' },
fromRequest: fromRequest