Skip to content

Commit

Permalink
join timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
lynnagara committed Dec 7, 2023
1 parent c381b7e commit b451491
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions snuba/cli/consumer.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
"--output-block-size",
type=int,
)
@click.option("--join-timeout", type=int, help="Join timeout in seconds.", default=5)
@click.option("--join-timeout", type=int, help="Join timeout in seconds.", default=20)
@click.option(
"--enforce-schema",
type=bool,
Expand Down Expand Up @@ -201,7 +201,6 @@ def consumer(
group_instance_id: Optional[str],
skip_write: bool,
) -> None:

setup_logging(log_level)
setup_sentry()

Expand Down

0 comments on commit b451491

Please sign in to comment.