Skip to content

Commit

Permalink
Do not exit on failed leadership (#1082)
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Castell committed Apr 4, 2022
1 parent 177f6ce commit efd93c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dkron/leader.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ RECONCILE:
a.logger.WithError(err).Error("dkron: failed to revoke leadership")
}

a.logger.WithError(err).Fatal("dkron: failed to establish leadership")
a.logger.WithError(err).Error("dkron: failed to establish leadership")

// TODO: review this code path
goto WAIT
Expand Down

0 comments on commit efd93c5

Please sign in to comment.