Skip to main content
Module

x/kvmq/mod.ts>Job

Library inspired by BullMQ for Deno
Latest
interface Job
implements JobData<State>
import { type Job } from "https://deno.land/x/kvmq@v0.3.0/mod.ts";

Data and metadata about a job.

Type Parameters

State

Type of custom state data that is passed to the worker when processing this job.

Properties

id: JobId

Unique ID of this job.