skx / overseer

A golang-based remote protocol tester for testing sites & service availability

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

We use both mq & redis - use only one.

skx opened this issue · comments

  • We use the MQ-queue for posting results.
  • We use redis as a queue for jobs.

It seems odd to use two queues, so it makes sense we should only use one.

I'd lean towards using redis for both ..