@lokalise/healthcheck-utils
v6.0.0
Published
This package adds common utils that are used to work with healthchecks.
Maintainers
Keywords
Readme
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()