Skip to main content
Module

x/kvmq/mod.ts>JobHandlerParams

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

Extra parameters received by worker's handler function.

Properties

stopProcessing: () => void

Stops processing any more jobs.

This is the same as calling Worker.stopProcessing.