4.0.1 • Published 11 months ago

@lokalise/healthcheck-utils v4.0.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
11 months ago

Healthcheck Utils

This package adds common utils that are used to work with healthchecks.

Usage

// this is a part of dependencies
const store = new HealthcheckResultsStore({
    maxHealthcheckNumber: 10,
    healthCheckResultTtlInMsecs: 40000,
})

const job = new HealthcheckRefreshJob(dependencies, healthcheckList, {
    intervalInMs: 15000,
})

await job.asyncRegister()
4.0.1

11 months ago

4.0.0

11 months ago

3.0.0

12 months ago

2.0.0

1 year ago

1.4.0

1 year ago

1.3.1

2 years ago

1.3.0

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago