2017 © Pedro Peláez
 

library jobqueue

A job queue backed by Tarantool.

image

tarantool/jobqueue

A job queue backed by Tarantool.

  • Tuesday, April 10, 2018
  • by rybakit
  • Repository
  • 2 Watchers
  • 4 Stars
  • 699 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 5 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Tarantool JobQueue

Build Status Scrutinizer Code Quality, (*1)

Installation

The recommended way to install the library is through Composer:, (*2)

composer require tarantool/jobqueue

Usage

./jobqueue
./jobqueue help run

Please check the JobServer application source code for a more complete usage example of this library., (*3)

Running a worker

./jobqueue run <queue-name> -f worker.log -l debug -e executors.php

Tests

docker run --name jobqueue -p3301:3301 -v `pwd`:/jobqueue tarantool/tarantool:1.7 tarantool /jobqueue/tests/Integration/queues.lua
vendor/bin/phpunit

License

The library is released under the MIT License. See the bundled LICENSE file for details., (*4)

The Versions

10/04 2018

dev-master

9999999-dev

A job queue backed by Tarantool.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Eugene Leonovich

task queue nosql job worker schedule priority ttl delayed tarantool ttr