Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IBeanstalkJobStats

Hierarchy

  • IBeanstalkJobStats

Properties

age

age: number

The time in seconds since the put command that created this job.

buries

buries: number

The number of times this job has been buried.

delay

delay: number

The integer number of seconds to wait before putting this job in the ready queue.

file

file: number

The number of the earliest binlog file containing this job. If -b wasn't used, this will be 0.

id

id: number

The job id

kicks

kicks: number

The number of times this job has been kicked.

pri

pri: number

The priority value set by the put, release, or bury commands.

releases

releases: number

The number of times a client has released this job from a reservation.

reserves

reserves: number

The number of times this job has been reserved.

state

"ready" or "delayed" or "reserved" or "buried"

time-left

time-left: number

The number of seconds left until the server puts this job into the ready queue This number is only meaningful if the job is reserved or delayed. If the job is reserved and this amount of time elapses before its state changes, it is considered to have timed out.

timeouts

timeouts: number

The number of times this job has timed out during a reservation.

ttr

ttr: number

The integer number of seconds a worker is allowed to run this job.

tube

tube: string

The name of the tube that contains this job

Generated using TypeDoc