Skip to main content
Module

x/kvmq/mod.ts>Queue#resume

Library inspired by BullMQ for Deno
Latest
method Queue.prototype.resume
import { Queue } from "https://deno.land/x/kvmq@v0.3.0/mod.ts";

Resumes the processing of this queue.

Resets a paused flag in the database that is checked by workers.

Returns

Promise<void>