- Preparing search index...
- The search index is not available
actionhero
- enqueueAt(timestamp, taskName, inputs?, queue?, suppressDuplicateTaskError?): Promise<void>
-
Parameters
-
timestamp: number
-
taskName: string
-
Optional
inputs: TaskInputs
-
queue: string = ...
-
suppressDuplicateTaskError: boolean = false
Returns Promise<void>
Enqueue a task to be performed in the background, at a certain time in the future. Will throw an error if redis cannot be reached.
Inputs: