skx / overseer

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add queue-length test.

skx opened this issue · comments

For paranoia purposes I have a cronjob which monitors the queue length of pending-jobs.

Add a test to measure a queue length to overseer and it can monitor itself. Unless the worker(s) are dead, of cours!

This is what we want:

  localhost must run redis with set 'overseer.jobs' with max_size 1000

Horrid syntax, but required due to our current approach.

set could be list too, for a similar test.