Class: Patriot::Worker::Servlet::WorkerAPIServlet

Inherits:
APIServletBase
  • Object
show all
Defined in:
lib/patriot/worker/servlet/worker_api_servlet.rb

Overview

provide worker management functionalities

Constant Summary collapse

HOST_KEY =
"host"
VERSION_KEY =
"version"
CLASS_KEY =
"class"
STARTED_AT_KEY =
"started_at"
CONFIG_KEY =
"config"
STATE_KEY =
"state"
LOCALHOST_EXPS =
["localhost", "127.0.0.1"]

Method Summary

Methods inherited from APIServletBase

configure