0

在走廊配置的 taskman 部分有一个关于 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
    }
  }
4

1 回答 1

0

如果您查看在 github 上添加的提交:

https://github.com/Singly/hallway/commit/5eb59ae0185373c89f401cf5024f35cb2719f033

从 17 天前看来,是的,Riak 是配置中任务元数据的默认K/V 存储。

再四处寻找,发现这是用户可配置的,可以更改为“fs”或“mem”:

https://github.com/Singly/hallway/pull/758#issuecomment-12725475

于 2013-02-16T19:33:58.277 回答