{"library":"worque","type":"library","category":null,"description":"A lightweight AMQP-based work queue library (v0.11.2, last updated 2015) for Node.js that provides durable, persistent task processing via RabbitMQ. Key features include one-by-one task processing (RabbitMQ 3.3+), cron scheduling, configurable retry with exponential backoff, and a fluent API using promises. Unlike generic AMQP libraries, worque simplifies task definition and lifecycle management with built-in events and scheduling. It relies on AMQP URLs and uses an event-driven model for task lifecycle. The package is stable but in maintenance mode; no recent updates.","language":"javascript","status":"maintenance","version":"0.11.2","tags":["javascript","work","task","queue","amqp","rabbitmq","durable","persistent","promise"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install worque","imports":["import worque from 'worque'","import type { Task } from 'worque'","const client = worque('amqp://localhost'); client('task').subscribe(handler)"]},{"cmd":"yarn add worque","imports":[]},{"cmd":"pnpm add worque","imports":[]}],"homepage":"https://github.com/titarenko/worque","github":"ssh://git@github.com/titarenko/worque","docs":null,"changelog":null,"pypi":null,"npm":"worque","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}