express-service-readiness-middleware
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "express-service-readiness-middleware", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "This module provides express middleware for determining whether routes are exposed based on service critical dependency health.", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -81,3 +81,3 @@ # express-service-readiness-middleware | ||
- `isReady`: (Promise<boolean>) Indicates whether the dependency is ready | ||
- `isHealthy`: (Promise<boolean>) Indicates whether the dependency is healthy | ||
- `isHealthy`: (optional, Promise<boolean>) Indicates whether the dependency is healthy. `isReady` is used if not defined. | ||
- `retryIntervalInMilliseconds`: (number) Interval in milliseconds in which to check if the dependency is ready | ||
@@ -84,0 +84,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19175