Skip to content

Commit

Permalink
fix(api): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Rotzbua committed Jul 22, 2024
1 parent 41ee90e commit 214b9f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/desecapi/management/commands/check-secondaries.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def handle(self, *args, **options):
self.report(outdated_secondaries, output, timeouts)

def report(self, outdated_secondaries, output, timeouts):
# Do not report when timeouts occur, unless there's also replication out-of-sync somwhere.
# Do not report when timeouts occur, unless there's also replication out-of-sync somewhere.
# Helps catch long-term unreachability, where subject will show timeouts for any emails.
# Individual node downtimes should be tracked by external monitoring.
if not outdated_secondaries:
Expand Down

0 comments on commit 214b9f7

Please sign in to comment.