Skip to content

Commit

Permalink
Lower the stale second threshold to 60 (#83196)
Browse files Browse the repository at this point in the history
  • Loading branch information
kneeyo1 authored Jan 9, 2025
1 parent 7dd0188 commit 8dd4941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sentry/runner/commands/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ def cron(**options: Any) -> None:
)
@click.option(
"--stale-threshold-sec",
type=click.IntRange(min=300),
type=click.IntRange(min=60),
help="Routes stale messages to stale topic if provided. This feature is currently being tested, do not pass in production yet.",
)
@click.option(
Expand Down

0 comments on commit 8dd4941

Please sign in to comment.