Add event log entries for app task lifecycle

This commit is contained in:
Johannes Zellner
2019-05-07 11:26:26 +02:00
parent e62fa01ab3
commit bb7cac4855
2 changed files with 6 additions and 0 deletions

View File

@@ -21,7 +21,9 @@ 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',