Skip to content

Commit

Permalink
Revert "Try adding mingle, heartbeat, gossip back in. We never seemed…
Browse files Browse the repository at this point in the history
… to have issues with them."

This reverts commit a77b441.
  • Loading branch information
mgdaily committed Nov 18, 2024
1 parent a77b441 commit e3a8092
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions helm-chart/banzai/templates/workers-large.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ spec:
- "-A"
- "banzai"
- "worker"
- "--without-heartbeat"
- "--without-gossip"
- "--without-mingle"
- "--concurrency"
- "1"
- "-l"
Expand Down
3 changes: 3 additions & 0 deletions helm-chart/banzai/templates/workers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ spec:
- "-A"
- "banzai"
- "worker"
- "--without-heartbeat"
- "--without-gossip"
- "--without-mingle"
- "--concurrency"
- "1"
- "-l"
Expand Down

0 comments on commit e3a8092

Please sign in to comment.