Fixed typos (#14347)

This commit is contained in:
jbreitwe-rh
2023-08-16 21:05:23 +02:00
committed by GitHub
parent 4822dd79fc
commit bb1c155bc9
4 changed files with 4 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ class RunnerCallback:
self.safe_env = {}
self.event_ct = 0
self.model = model
self.update_attempts = int(settings.DISPATCHER_DB_DOWNTOWN_TOLLERANCE / 5)
self.update_attempts = int(settings.DISPATCHER_DB_DOWNTIME_TOLERANCE / 5)
self.wrapup_event_dispatched = False
self.artifacts_processed = False
self.extra_update_fields = {}