Top Level Namespace

Defined Under Namespace

Modules: PushyDaemon, Shared

Constant Summary collapse

MSG_SEND =

Constants: global

"SEND"
MSG_RECV =
"RECV"
MSG_RLAY =
"RLAY"
AMQP_HEARTBEAT_INTERVAL =

Constants: AMQP protocol

30
AMQP_RECOVERY_INTERVAL =
5
AMQP_PREFETCH =
5
AMQP_MANUAL_ACK =
false
SHOUTER_SENTAT_DECIMALS =

Constants: shouter

6
LOGGER_FORMAT =

Constants: logger

{
context: {
  rule:   "%-20s",
  caller: "%18s |",
  },
array:    "     - %s",
hash:     "     = %-20s %s",
}