We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb5e797 commit d56592dCopy full SHA for d56592d
modules/module-core/src/CoreModule.ts
@@ -126,7 +126,7 @@ export class CoreModule extends core.modules.AbstractModule {
126
let timer: NodeJS.Timeout | null = null;
127
context.lifeCycleEngine.withLifecycle(null, {
128
start: () => {
129
- setInterval(() => {
+ timer = setInterval(() => {
130
context
131
.get<framework.ProbeModule>(framework.ContainerImplementation.PROBES)
132
.touch()
0 commit comments