Skip to content

Commit

Permalink
Eliminate broker_connection_retry_on_startup warning
Browse files Browse the repository at this point in the history
  • Loading branch information
BenGalewsky committed Oct 15, 2024
1 parent a9c74d6 commit 5b3a3af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions transformer_sidecar/src/transformer_sidecar/transformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,7 @@ def prepend_xcache(file_paths: list[str]) -> list[str]:
app.conf.worker_hijack_root_logger = False
app.conf.worker_redirect_stdouts_level = 'DEBUG'
app.conf.worker_prefetch_multiplier = 1
app.conf.broker_connection_retry_on_startup = True
init(_args, app)

logger.debug(
Expand Down

0 comments on commit 5b3a3af

Please sign in to comment.