core-utils
Preparing search index...
@clipboard-health/background-jobs-adapter
MongoEnqueueOptions
Interface MongoEnqueueOptions
interface
MongoEnqueueOptions
{
session
?:
unknown
;
startAt
?:
Date
;
unique
?:
|
string
|
{
enqueuedKey
:
undefined
|
string
;
runningKey
:
undefined
|
string
}
;
}
Hierarchy
WithStartAt
MongoEnqueueOptions
Index
Properties
session?
start
At?
unique?
Properties
Optional
session
session
?:
unknown
Optional
start
At
startAt
?:
Date
When the job should start being processed.
Optional
unique
unique
?:
|
string
|
{
enqueuedKey
:
undefined
|
string
;
runningKey
:
undefined
|
string
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
session
start
At
unique
core-utils
Loading...
When the job should start being processed.