Remove app task eventlog

This commit is contained in:
Girish Ramakrishnan
2019-08-28 13:24:05 -07:00
parent fef9e0a5c1
commit be6b172d6f

View File

@@ -22,9 +22,6 @@ exports = module.exports = {
ACTION_APP_OOM: 'app.oom',
ACTION_APP_UP: 'app.up',
ACTION_APP_DOWN: 'app.down',
ACTION_APP_TASK_START: 'app.task.start',
ACTION_APP_TASK_CRASH: 'app.task.crash',
ACTION_APP_TASK_SUCCESS: 'app.task.success',
ACTION_BACKUP_FINISH: 'backup.finish',
ACTION_BACKUP_START: 'backup.start',