screwdriver-queue-service 3.0.5 → 3.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -523,13 +523,13 @@ async function init(executor) {
|
|
|
523
523
|
};
|
|
524
524
|
}
|
|
525
525
|
|
|
526
|
-
|
|
526
|
+
await startPeriodic(executor, fullConfig);
|
|
527
527
|
} catch (err) {
|
|
528
528
|
logger.error(`err in startDelayed job: ${err}`);
|
|
529
529
|
throw err;
|
|
530
530
|
}
|
|
531
531
|
},
|
|
532
|
-
plugins: [Plugins.Retry, Plugins.JobLock],
|
|
532
|
+
plugins: [Plugins.Retry, Plugins.JobLock, Plugins.DelayQueueLock, Plugins.QueueLock],
|
|
533
533
|
pluginOptions: {
|
|
534
534
|
JobLock: {
|
|
535
535
|
reEnqueue: false
|