Skip to content

Commit

Permalink
Fix reference to single-threaded execution.
Browse files Browse the repository at this point in the history
  • Loading branch information
fractos authored Nov 19, 2019
1 parent ac911f4 commit 5ce6618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

This is a very simple HTTP, HTTPS and TCP endpoint monitor intended to be the simplest thing that works.

It will work through a file that defines groups of environments and endpoints, currently as a single thread.
It will work through a file that defines groups of environments and endpoints.

If an endpoint times out for connection or if an HTTP/HTTPS endpoint returns a different status code than is expected, then an alert is processed. Cupcake records previous alerts in a backing database and therefore will only alert once for a failure, but will note a return to service for an endpoint together with an approximate length of time that the outage occurred for.

Expand Down

0 comments on commit 5ce6618

Please sign in to comment.