jeeves-meta-monorepo
GitHub
Preparing search index...
service/src
QueueState
Interface QueueState
Snapshot of queue state for the /status endpoint.
interface
QueueState
{
depth
:
number
;
items
:
{
enqueuedAt
:
string
;
path
:
string
;
priority
:
boolean
}
[]
;
}
Index
Properties
depth
items
Properties
depth
depth
:
number
items
items
:
{
enqueuedAt
:
string
;
path
:
string
;
priority
:
boolean
}
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
depth
items
GitHub
jeeves-meta-monorepo
Loading...
Snapshot of queue state for the /status endpoint.