Skip to content

Job Queue

github-actions[bot] edited this page Sep 4, 2026 · 1 revision

Job Queue Plugin

Durable background job queue with priorities, retries, scheduled execution, and per-job progress tracking. Free — MIT licensed.

Install

nself plugin install job-queue

No license key required.

Description

Durable background job queue with priorities, retries, scheduled execution, and per-job progress tracking.

Category: infrastructure. Current version: 1.0.0.

Configuration

Env Var Default Description
DATABASE_URL (required) PostgreSQL connection string
JOB_QUEUE_PORT 8213 -
JOB_QUEUE_WORKERS - -

Ports

Port Purpose
8213 Job Queue service port

Database Schema

2 table(s) added to your Postgres database:

  • np_jobqueue_jobs
  • np_jobqueue_runs

REST API

GET    /health

Examples

Health check

curl http://localhost:8213/health

Source

plugins/job-queue/

Manifest: plugins/job-queue/plugin.json

See Also

Home

nself-plugins

Start

Commands

Architecture

Plugin Ecosystem

Popular Plugins

View All: Home (or see the full alphabetical list below — 129/129 synced with registry.json)

All Free Plugins

Guides

Operations


Related

Clone this wiki locally