Bjorn Stange
Bjorn Stange
Correct. Currently, only bson plans are supported. I didn't know it was possible to use `terraform plan` to generate a JSON format plan file. I can't find the option anywhere...
Ah, no, that is currently not supported. Only the output of `terraform plan` is supported.
Just terraform defined ec2 instances right now. I'd definitely be open to suggestions on how to implement ASGs though! Perhaps output a cost range based on min/max properties of the...
I am experiencing the same behavior. Happy to share logs and metrics if needed.
@mrabino1 I was able to get this to progress by changing `chunk_size` to `500000` under `[stages.transaction_lookup]` in reth.toml. EDIT: it seems like it is stuck again after doing some work...
Found a new line in the logs in case it is helpful. ``` 2024-05-09T23:00:40.094650Z INFO reth::cli: Status connected_peers=50 freelist=98259483 stage=TransactionLookup checkpoint=0 target=19636464 2024-05-09T23:01:05.095367Z INFO reth::cli: Status connected_peers=50 freelist=98259483 stage=TransactionLookup checkpoint=0...