Skip to content

Commit

Permalink
comment relays checker (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomendezroyo authored Dec 11, 2024
1 parent 2043cdc commit ff6192e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@ func main() {
validatorExitRequestScannerService := services.NewValidatorExitRequestEventScanner(storageAdapter, notifierAdapter, veboAdapter, executionAdapter, beaconchainAdapter, networkConfig.VeboBlockDeployment)
validatorEjectorService := services.NewValidatorEjectorService(storageAdapter, notifierAdapter, exitValidatorAdapter, beaconchainAdapter)
pendingHashesLoaderService := services.NewPendingHashesLoader(storageAdapter, ipfsAdapter)
relaysCheckerService := services.NewRelayCronService(relaysAllowedAdapter, relaysUsedAdapter, notifierAdapter)
// relaysCheckerService := services.NewRelayCronService(relaysAllowedAdapter, relaysUsedAdapter, notifierAdapter)

// Start domain services
go relaysCheckerService.StartRelayMonitoringCron(ctx, 5*time.Minute, &wg)
// go relaysCheckerService.StartRelayMonitoringCron(ctx, 5*time.Minute, &wg)

distributionLogUpdatedExecutionComplete := make(chan struct{})
go distributionLogUpdatedScannerService.ScanDistributionLogUpdatedEventsCron(ctx, 384*time.Second, &wg, distributionLogUpdatedExecutionComplete)
Expand Down

0 comments on commit ff6192e

Please sign in to comment.