Prevent stopping trying to create the service.

This commit is contained in:
Martin Karkowski 2021-07-29 16:32:03 +02:00
parent 712785e4a9
commit cb8e890ace

View File

@ -26,7 +26,9 @@ const svc = new Service({
wait: 2,
// We add an additional delay. Eachtime we add 0.25% of the
// wait time.
grow: 0.25
grow: 0,
// We allways want to restart our services
maxRetries: 0
});
const Logger = require("js-logger");
const colors = {