wenstudioasia/beanstalk-queue

Beanstalk work queue plugin for webman

Maintainers

Package info

github.com/wenstudioasia/beanstalk-queue

pkg:composer/wenstudioasia/beanstalk-queue

Statistics

Installs: 11

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

0.1.0 2022-09-13 19:10 UTC

This package is auto-updated.

Last update: 2026-03-16 17:21:15 UTC


README

beanstalk-queue is a work-queue plugin for webman, it uses beanstalkd as the backend.

The way it works quite the same as redis-queue.

Install

composer require wenstudioasia/beanstalk-queue

Usage

Have a look at redis-queue 's document.