diff --git a/backend/pkg/exporter/modules/base.go b/backend/pkg/exporter/modules/base.go index c23c0ca60..53d8b02fa 100644 --- a/backend/pkg/exporter/modules/base.go +++ b/backend/pkg/exporter/modules/base.go @@ -149,7 +149,7 @@ func notifyAllModules(goPool *errgroup.Group, modules []ModuleInterface, f func( module := module goPool.Go(func() error { start := time.Now() - r := services.NewStatusReport(module.GetMonitoringEventId(), constants.Default, constants.Default) + r := services.NewStatusReport(module.GetMonitoringEventId(), 5*time.Minute, constants.Default) r(constants.Running, nil) err := f(module) if err != nil {