Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase internal queue size in fly component #639

Merged
merged 1 commit into from
Aug 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions deploy/fly/env/production-mainnet.env
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ MAX_HEALTH_TIME_SECONDS=90
AWS_IAM_ROLE=
ALERT_ENABLED=false
METRICS_ENABLED=true
OBSERVATIONS_CHANNEL_SIZE=2500
VAAS_CHANNEL_SIZE=500
OBSERVATIONS_CHANNEL_SIZE=15000
VAAS_CHANNEL_SIZE=5000
HEARTBEATS_CHANNEL_SIZE=50
GOVERNOR_CONFIG_CHANNEL_SIZE=50
GOVERNOR_STATUS_CHANNEL_SIZE=50
4 changes: 2 additions & 2 deletions deploy/fly/env/production-testnet.env
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ MAX_HEALTH_TIME_SECONDS=300
AWS_IAM_ROLE=
ALERT_ENABLED=false
METRICS_ENABLED=true
OBSERVATIONS_CHANNEL_SIZE=1000
VAAS_CHANNEL_SIZE=300
OBSERVATIONS_CHANNEL_SIZE=5000
VAAS_CHANNEL_SIZE=5000
HEARTBEATS_CHANNEL_SIZE=50
GOVERNOR_CONFIG_CHANNEL_SIZE=50
GOVERNOR_STATUS_CHANNEL_SIZE=50
4 changes: 2 additions & 2 deletions deploy/fly/env/staging-mainnet.env
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ MAX_HEALTH_TIME_SECONDS=90
AWS_IAM_ROLE=
ALERT_ENABLED=false
METRICS_ENABLED=true
OBSERVATIONS_CHANNEL_SIZE=2500
VAAS_CHANNEL_SIZE=500
OBSERVATIONS_CHANNEL_SIZE=5000
VAAS_CHANNEL_SIZE=5000
HEARTBEATS_CHANNEL_SIZE=50
GOVERNOR_CONFIG_CHANNEL_SIZE=50
GOVERNOR_STATUS_CHANNEL_SIZE=50
4 changes: 2 additions & 2 deletions deploy/fly/env/staging-testnet.env
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ MAX_HEALTH_TIME_SECONDS=300
AWS_IAM_ROLE=
ALERT_ENABLED=false
METRICS_ENABLED=true
OBSERVATIONS_CHANNEL_SIZE=50
VAAS_CHANNEL_SIZE=50
OBSERVATIONS_CHANNEL_SIZE=5000
VAAS_CHANNEL_SIZE=5000
HEARTBEATS_CHANNEL_SIZE=50
GOVERNOR_CONFIG_CHANNEL_SIZE=50
GOVERNOR_STATUS_CHANNEL_SIZE=50
Loading