APのジョブキュー無効化

This commit is contained in:
syuilo 2019-02-07 10:51:24 +09:00
parent 62835c6011
commit cef8aa5e7a
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -14,7 +14,7 @@ program
.option('--color', 'This option is a dummy for some external program\'s (e.g. forever) issue.')
.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_ONLY_QUEUE) program.onlyQueue = true;