在走廊配置的任务部分,有一个关于riak的部分。我想知道riak是否需要运行API。
"taskman": {
"numWorkers": 4,
"pagingTiming": 2000,
"defaultScanTime": 5000,
"attempts": 8,
"heartbeat": 10000,
"store": {
"type": "riak",
"servers": ["localhost:8098"]
},
"redis": {
"host": "localhost",
"port": 6379
}
}
答案 0 :(得分:0)
如果你看一下在github上添加的提交:
https://github.com/Singly/hallway/commit/5eb59ae0185373c89f401cf5024f35cb2719f033
从17天前开始,似乎是,Riak是配置中任务元数据的默认 K / V存储。
更多地发现这是用户可配置的,并改为'fs'或'mem':
https://github.com/Singly/hallway/pull/758#issuecomment-12725475