24fc6358d6
* Set starting slot and improve error gap capturing * Set starting slot and improve error gap capturing * Tests + Significant Refactor The code for historical processing has been significantly refactored to use a context to signify a shutdown. There have also been many tests added for historical and knownGaps processing. * Update MhKeys in test * Update correct values * Update Max Retry Genesis is not working as expected. * Ensure we release locks properly * Add ordered testing * Include system tests * Update workflow calls * Add secrets * Add required secrets * update path * Try using the absolute path * Remove volumes at the end. * Update system-tests.yml * Update system-tests.yml * Update test err * Update and test the shutdown * rename ethcl --> eth-beacon * Try forcing /bin/bash for docker-compose * Update system-tests.yml * Update system-tests.yml * Update system-tests.yml * Update system-tests.yml * Update system-tests.yml * Update system-tests.yml * Use single quote cron * Dont run generic on schedule
41 lines
769 B
JSON
41 lines
769 B
JSON
{
|
|
"db": {
|
|
"address": "localhost",
|
|
"password": "password",
|
|
"port": 8076,
|
|
"username": "vdbm",
|
|
"name": "vulcanize_testing",
|
|
"driver": "PGX"
|
|
},
|
|
"bc": {
|
|
"address": "10.203.8.51",
|
|
"port": 5052,
|
|
"type": "lighthouse",
|
|
"bootRetryInterval": 30,
|
|
"bootMaxRetry": 5,
|
|
"maxHistoricProcessWorker": 2,
|
|
"connectionProtocol": "http",
|
|
"uniqueNodeIdentifier": 100,
|
|
"checkDb": true
|
|
},
|
|
"t": {
|
|
"skipSync": true
|
|
},
|
|
"log": {
|
|
"level": "debug",
|
|
"output": true,
|
|
"file": "./ipld-eth-beacon-indexer.log",
|
|
"format": "json"
|
|
},
|
|
"kg": {
|
|
"increment": 10000,
|
|
"processKnownGaps": true,
|
|
"maxKnownGapsWorker": 2
|
|
},
|
|
"pm": {
|
|
"address": "localhost",
|
|
"port": 9000,
|
|
"metrics": true
|
|
}
|
|
}
|