Compare commits
4 Commits
520416b772
...
XGBRegress
Author | SHA1 | Date | |
---|---|---|---|
1ba4c0158d | |||
fc7097fd50 | |||
4b7f57d0dd | |||
61fa099391 |
@ -8,7 +8,7 @@
|
||||
"nodeRpc": "###RPC_URL###",
|
||||
"maxRetries": 10,
|
||||
"delay": 30,
|
||||
"submitTx": false
|
||||
"submitTx": true
|
||||
},
|
||||
"worker": [
|
||||
{
|
||||
|
@ -7,9 +7,9 @@ services:
|
||||
- "8080:8080"
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:8080/inference/ETH/10m"]
|
||||
interval: 10s
|
||||
interval: 30s
|
||||
timeout: 5s
|
||||
retries: 12
|
||||
retries: 20
|
||||
volumes:
|
||||
- ./inference-data:/app/data
|
||||
restart: always
|
||||
|
Reference in New Issue
Block a user