Adding more examples, fixing an issue in the generation of state at time T

This commit is contained in:
Kinesin Data Technologies Incorporated
2022-10-05 17:23:53 -03:00
parent 1201e93169
commit d6ced6db50
10 changed files with 128 additions and 14 deletions
+25
View File
@@ -0,0 +1,25 @@
{
"storage": {
"type": "redis",
"url": "redis://localhost",
"prefix": "world"
},
"executor": {
"type": "agent",
"targets": [
{
"base_url": "http://localhost:2504/api/v1",
"resources": { "cores": 1 }
},
{
"base_url": "http://localhost:2505/api/v1",
"resources": { "cores": 1 }
},
{
"base_url": "http://localhost:2506/api/v1",
"resources": { "cores": 1 }
}
]
}
}