Skip to content

Commit

Permalink
Allow five sequential export errors, instead of 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccacremona committed Jan 8, 2024
1 parent eef9bf0 commit 7f65306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/config/settings/settings_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ class LoggerConfig(TypedDict, total=False):
"secret_key": "secretkey",
}

MAX_EXPORT_ATTEMPTS = 3
MAX_EXPORT_ATTEMPTS = 5
MAX_EXPORTS_PER_HOUR = 600
EXPORT_RATE_FALLOFF = int(MAX_EXPORTS_PER_HOUR / 60)

Expand Down

0 comments on commit 7f65306

Please sign in to comment.