APのジョブキュー無効化
This commit is contained in:
parent
1797a0f3ae
commit
956417d455
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ program
|
||||||
.option('--color', 'This option is a dummy for some external program\'s (e.g. forever) issue.')
|
.option('--color', 'This option is a dummy for some external program\'s (e.g. forever) issue.')
|
||||||
.parse(process.argv);
|
.parse(process.argv);
|
||||||
|
|
||||||
if (process.env.MK_DISABLE_AP_QUEUE) program.disableApQueue = true;
|
/*if (process.env.MK_DISABLE_AP_QUEUE)*/ program.disableApQueue = true;
|
||||||
if (process.env.MK_DISABLE_QUEUE) program.disableQueue = true;
|
if (process.env.MK_DISABLE_QUEUE) program.disableQueue = true;
|
||||||
if (process.env.MK_ONLY_QUEUE) program.onlyQueue = true;
|
if (process.env.MK_ONLY_QUEUE) program.onlyQueue = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue