fix: never stop deplyo queue
This commit is contained in:
parent
e44eb01396
commit
54a09958d5
1 changed files with 0 additions and 1 deletions
|
|
@ -15,7 +15,6 @@ const options: any = {
|
|||
if (message.pending === 0 && message.size === 0) {
|
||||
if (message.caller === 'autoUpdater') {
|
||||
if (!scheduler.workers.has('autoUpdater')) {
|
||||
await scheduler.stop('deployApplication');
|
||||
await scheduler.run('autoUpdater')
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue