vanderw/beanstalk-queue

Beanstalk work queue plugin for webman

dev-main 2022-04-20 02:28 UTC

This package is auto-updated.

Last update: 2024-04-20 10:41:27 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 vanderw/beanstalkd

Usage

Have a look at redis-queue 's document.