In the taskman section of the hallway config there is a section about riak. I wonder if riak is necesary to run the API.
"taskman": {
"numWorkers": 4,
"pagingTiming": 2000,
"defaultScanTime": 5000,
"attempts": 8,
"heartbeat": 10000,
"store": {
"type": "riak",
"servers": ["localhost:8098"]
},
"redis": {
"host": "localhost",
"port": 6379
}
}