Skip to content

Releases: ordermentum/asclepius-standard

v1.1.0

15 Dec 03:04

Choose a tag to compare

1.1 adds two things:

  • a way to override the default timeout of 500ms

setup({ timeout: x }) where x is ms

  • a new function to return a health check runner rather than just an express endpoint (for use with non-HTTP services)
const healthChecks = runner({ ... });