-
Notifications
You must be signed in to change notification settings - Fork 0
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
DATA-1787 Add proxy fields to contracts table #8
Conversation
Terraform Initialization ⚙️
|
@@ -118,7 +118,7 @@ resource "google_dataflow_flex_template_job" "zkevm_imtbl_mainnet_job" { | |||
project = "${terraform.workspace}-im-data" | |||
runner = "DataflowRunner" | |||
workerMachineType = "n1-standard-1" | |||
maxNumWorkers = 1 | |||
maxNumWorkers = 4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @jasadams-imtbl - Any specific insights or issues you came across that prompted this increase?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not really @roopak-immutable, I just realised that with the maximum workers set to 1 we effectively have autoscaling disabled. With the transaction growth we were experiencing, it won't be much longer before we will need at least 2 workers. Just getting ahead of the game and creating some headroom. FYI, its still been sitting at 1 worker since I changed it in dev
Description
Jira
DATA-1787
Type of change
How Has This Been Tested?
Currently running in
dev-im-data