bunqueue
v2.8
API reference
all versions
·
guide
bunqueue
Guide
GitHub
Preparing search index...
client/types
JobJsonRaw
Interface JobJsonRaw
Job JSON raw representation (BullMQ v5 compatible)
interface
JobJsonRaw
{
attemptsMade
:
string
;
data
:
string
;
delay
:
string
;
failedReason
?:
string
;
finishedOn
?:
string
;
id
:
string
;
name
:
string
;
opts
:
string
;
parentKey
?:
string
;
processedOn
?:
string
;
progress
:
string
;
returnvalue
?:
string
;
stacktrace
:
string
|
null
;
timestamp
:
string
;
}
Index
Properties
attempts
Made
data
delay
failed
Reason?
finished
On?
id
name
opts
parent
Key?
processed
On?
progress
returnvalue?
stacktrace
timestamp
Properties
attempts
Made
attemptsMade
:
string
data
data
:
string
delay
delay
:
string
Optional
failed
Reason
failedReason
?:
string
Optional
finished
On
finishedOn
?:
string
id
id
:
string
name
name
:
string
opts
opts
:
string
Optional
parent
Key
parentKey
?:
string
Optional
processed
On
processedOn
?:
string
progress
progress
:
string
Optional
returnvalue
returnvalue
?:
string
stacktrace
stacktrace
:
string
|
null
timestamp
timestamp
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
attempts
Made
data
delay
failed
Reason
finished
On
id
name
opts
parent
Key
processed
On
progress
returnvalue
stacktrace
timestamp
Guide
GitHub
bunqueue
Loading...
Job JSON raw representation (BullMQ v5 compatible)