scheduler: give cron jobs a grace period of 30 mins to complete

This commit is contained in:
Girish Ramakrishnan
2018-02-27 13:21:38 -08:00
parent 5d231f4fef
commit 938a41e12c
3 changed files with 22 additions and 9 deletions

View File

@@ -15,6 +15,7 @@ exports = module.exports = {
createSubcontainer: createSubcontainer,
getContainerIdByIp: getContainerIdByIp,
inspect: inspect,
inspectByName: inspect,
execContainer: execContainer
};