Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.66 KB

README.md

File metadata and controls

31 lines (24 loc) · 1.66 KB

Bridges

Overseer only submits the results of the tests it executes to a redis queue, in order to actually inform a human about a failure you need to process the result-queue, and pass the messages on.

Note that each test overseer executes is stateless, so if you have a failing test the notification will be repeated.

To give a concrete example, assume the following test:

http://example.com/ must run http

If the remote host is offline every time that overseer executes that test it will record a fresh failure so if you're using the email bridge you'll receive a fresh email each time the test is executed.

The following bridges are distributed with overseer: