remove RSTATE_ERROR
if startContainer failed, it will still returning success because it running the db update result
This commit is contained in:
@@ -40,7 +40,6 @@ exports = module.exports = {
|
||||
RSTATE_PENDING_START: 'pending_start',
|
||||
RSTATE_PENDING_STOP: 'pending_stop',
|
||||
RSTATE_STOPPED: 'stopped', // app stopped by use
|
||||
RSTATE_ERROR: 'error',
|
||||
|
||||
// run codes (keep in sync in UI)
|
||||
HEALTH_HEALTHY: 'healthy',
|
||||
|
||||
Reference in New Issue
Block a user