Skip to content

Latest commit

 

History

History

job-service-container

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Job Service Container

This docker image contains the Job Service hosted using the Dropwizard framework.

Job-service-deploy can be used to deploy this container on Docker.

Job Service Links

Overview

Getting Started

API

Features

Architecture

Feature Testing

The testing for Job Service is defined here

Environment Variables

JOB_SERVICE_LIVENESS_INITIAL_DELAY_DURATION

The initial delay to use when first scheduling the liveness check. Default value: 15s

JOB_SERVICE_LIVENESS_CHECK_INTERVAL_DURATION

The interval on which to perform a liveness check for while in a healthy state. Default value: 60s

JOB_SERVICE_LIVENESS_DOWNTIME_INTERVAL_DURATION

The interval on which to perform a liveness check for while in an unhealthy state. Default value: 60s

JOB_SERVICE_LIVENESS_FAILURE_ATTEMPTS

The threshold of consecutive failed attempts needed to mark the liveness check as unhealthy (from a healthy state). Default value: 3

JOB_SERVICE_LIVENESS_SUCCESS_ATTEMPTS

The threshold of consecutive successful attempts needed to mark the liveness check as healthy (from an unhealthy state). Default value: 1

JOB_SERVICE_READINESS_INITIAL_DELAY_DURATION

The initial delay to use when first scheduling the readiness check. Default value: 15s

JOB_SERVICE_READINESS_CHECK_INTERVAL_DURATION

The interval on which to perform a readiness check for while in a healthy state. Default value: 60s

JOB_SERVICE_READINESS_DOWNTIME_INTERVAL_DURATION

The interval on which to perform a readiness check for while in an unhealthy state. Default value: 60s

JOB_SERVICE_READINESS_FAILURE_ATTEMPTS

The threshold of consecutive failed attempts needed to mark the readiness check as unhealthy (from a healthy state). Default value: 3

JOB_SERVICE_READINESS_SUCCESS_ATTEMPTS

The threshold of consecutive successful attempts needed to mark the readiness check as healthy (from an unhealthy state). Default value: 1