skx / overseer

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drop the local-mode

skx opened this issue · comments

Currently there are two modes of operation:

  • local
    • Parses test-files and locally executes them.
  • enqueue + worker
    • Parses test-files, adds them to a queue, then fetches them.

To ease documentation, and simplify things generally I think the first mode should go away. This was flagged up in #27 although that was a distinct issue with transient MQ failures caused by the local-process exiting before MQ messages had been submitted.