an1zhegorodov/j-queue-bundle

Simple queueing for Symfony2

Installs: 1 939

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 1

Open Issues: 0

Type:symfony-bundle

v1.0.0-alpha.7 2015-07-10 20:27 UTC

README

Simple queueing for Symfony2

Features

  • Worker command
  • Base job entity

Installation

Run the following command to require the bundle via composer:

composer require an1zhegorodov/j-queue-bundle

Register bundle in AppKernel.php:

// app/AppKernel.php
public function registerBundles()
{
    return array(
        // ...
        new An1zhegorodov\JQueueBundle(),
        // ...
    );
}

TODO

  • Ability to process all job types with one worker
  • Page displaying the grid with jobs