diff --git a/src/sentry/runner/commands/run.py b/src/sentry/runner/commands/run.py index 75679d41fc50d2..193a5ec171eb12 100644 --- a/src/sentry/runner/commands/run.py +++ b/src/sentry/runner/commands/run.py @@ -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(