gorealis/examples/job_thermos.json
Pradyumna Kaushik 91626dc7ec Followed same format as cluster.json.
Instead of camelcase, used snake-case to match those used by the default
Aurora python client.
2018-06-25 11:04:32 -07:00

11 lines
219 B
JSON

{
"name": "hello_world_from_gorealis",
"cpu": 1.0,
"ram_mb": 64,
"disk_mb": 100,
"executor": "thermos",
"exec_data_file": "examples/thermos_payload.json",
"service": true,
"ports": 1,
"instances": 1
}