Preparing search index...
The search index is not available
node-resque
node-resque
Job
Interface Job<TResult>
interface
Job
<
TResult
>
{
perform
:
(
(
...
args
:
any
[]
)
=>
Promise
<
TResult
>
)
;
pluginOptions
?:
{
[
pluginName
:
string
]
:
{
[
key
:
string
]
:
any
;
}
;
}
;
plugins
?:
any
[]
;
}
Type Parameters
TResult
Index
Properties
perform
plugin
Options?
plugins?
Properties
perform
perform
:
(
(
...
args
:
any
[]
)
=>
Promise
<
TResult
>
)
Optional
plugin
Options
plugin
Options
?:
{
[
pluginName
:
string
]
:
{
[
key
:
string
]
:
any
;
}
;
}
Optional
plugins
plugins
?:
any
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
perform
plugin
Options
plugins
node-resque
Connection
MultiWorker
Plugin
Queue
Scheduler
Worker
ConnectionOptions
ErrorPayload
Job
Jobs
ParsedFailedJobPayload
ParsedJob
ParsedWorkerPayload
Plugins
"
"