Skip to content

Commit

Permalink
Restore mingle
Browse files Browse the repository at this point in the history
  • Loading branch information
BenGalewsky committed Jan 14, 2025
1 parent e073272 commit 8ca7037
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion transformer_sidecar/src/transformer_sidecar/transformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,6 @@ def init(args: Union[Namespace, SimpleNamespace], app: Celery) -> None:
argv=[
"worker",
"--concurrency=1", # Don't allow multiple files to be processed at once
"--without-mingle",
"--without-gossip",
"--without-heartbeat",
"--loglevel=info",
Expand Down
1 change: 0 additions & 1 deletion transformer_sidecar/tests/test_transformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ def test_transformer_init(args, mock_celery, transformer_capabilities,
argv=[
"worker",
"--concurrency=1",
'--without-mingle',
'--without-gossip',
'--without-heartbeat',
"--loglevel=info",
Expand Down

0 comments on commit 8ca7037

Please sign in to comment.