This docker image contains the Job Service hosted using the Dropwizard framework.
Job-service-deploy can be used to deploy this container on Docker.
The testing for Job Service is defined here
The initial delay to use when first scheduling the liveness check. Default value: 15s
The interval on which to perform a liveness check for while in a healthy state. Default value: 60s
The interval on which to perform a liveness check for while in an unhealthy state. Default value: 60s
The threshold of consecutive failed attempts needed to mark the liveness check as unhealthy (from a healthy state). Default value: 3
The threshold of consecutive successful attempts needed to mark the liveness check as healthy (from an unhealthy state). Default value: 1
The initial delay to use when first scheduling the readiness check. Default value: 15s
The interval on which to perform a readiness check for while in a healthy state. Default value: 60s
The interval on which to perform a readiness check for while in an unhealthy state. Default value: 60s
The threshold of consecutive failed attempts needed to mark the readiness check as unhealthy (from a healthy state). Default value: 3
The threshold of consecutive successful attempts needed to mark the readiness check as healthy (from an unhealthy state). Default value: 1