cornyk/webman-beanstalk-queue

Beanstalk work queue plugin for webman

Maintainers

Package info

github.com/cornyk/webman-beanstalk-queue

pkg:composer/cornyk/webman-beanstalk-queue

Statistics

Installs: 711

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.1.1 2024-08-01 04:06 UTC

This package is auto-updated.

Last update: 2026-03-01 00:43:59 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 cornyk/webman-beanstalk-queue

Usage

Have a look at redis-queue 's document.