clear db to stop the scheduler

This commit is contained in:
Girish Ramakrishnan
2019-08-20 13:42:03 -07:00
parent b8a4e1c4a3
commit 809ed0f0dc

View File

@@ -225,7 +225,7 @@ function stopBox(done) {
async.series([
taskmanager._stopPendingTasks,
taskmanager._waitForPendingTasks,
appdb._clear,
database._clear,
server.stop,
ldap.stop
], done);