Skip to content

@saflib/jobs-http


Interface: EnqueueParams

Extended by

Properties

concurrency_key?

optional concurrency_key: null | string


dedupe_key?

optional dedupe_key: null | string


delay_ms?

optional delay_ms: number


operation_id

operation_id: string


priority?

optional priority: number


request?

optional request: object

body?

optional body: unknown

Description

JSON request body for the target operation, when any.

path_params?

optional path_params: object

Index Signature

[key: string]: unknown

Description

Path template substitutions keyed by parameter name.

query?

optional query: object

Index Signature

[key: string]: unknown

Description

Query string parameters keyed by name.


run_at?

optional run_at: string