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