Skip to main content

Port for the Queue Service in the hyper Service Framework

This package works with Node.js, DenoIt is unknown whether this package works with Cloudflare Workers, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score
41%
Published
5 months ago (0.3.1)

hyper-port-queue

Port for the Queue Service in the hyper Service Framework

Nest Badge Test

Queue Port

  • Create a Queue
  • Delete a Queue
  • Post a Job to a Queue
  • Get Jobs from a Queue
  • Cancel a Job
  • Retry a Job

Test

deno task test

Add Package

deno add jsr:@hyper63/port-queue

Import symbol

import * as port_queue from "@hyper63/port-queue";

---- OR ----

Import directly with a jsr specifier

import * as port_queue from "jsr:@hyper63/port-queue";

Add Package

npx jsr add @hyper63/port-queue

Import symbol

import * as port_queue from "@hyper63/port-queue";

Add Package

yarn dlx jsr add @hyper63/port-queue

Import symbol

import * as port_queue from "@hyper63/port-queue";

Add Package

pnpm dlx jsr add @hyper63/port-queue

Import symbol

import * as port_queue from "@hyper63/port-queue";

Add Package

bunx jsr add @hyper63/port-queue

Import symbol

import * as port_queue from "@hyper63/port-queue";