chore: add more specific log for when leader is acquired
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-01-06 23:20:52 +01:00
parent f2ef496b82
commit 86a32513cc
2 changed files with 1 additions and 0 deletions

View File

@@ -69,6 +69,7 @@ func (s *Scheduler) acquireLeader(ctx context.Context) (bool, error) {
continue
}
s.logger.Info("acquired lock, electing application to leader")
return true, nil
}