flownative/jobqueue-sqlite

A job queue implementation based on Sqlite

Installs: 43

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 5

Forks: 3

Open Issues: 0

Type:typo3-flow-package

1.0.0 2015-11-09 08:46 UTC

This package is auto-updated.

Last update: 2024-03-29 02:31:15 UTC


README

MIT license Packagist Maintenance level: Acquaintance

Sqlite implementation for Flowpack Job Queue

This Flow package provides an Sqlite implementation for the Flowpack Job Queue.

Note: This package is in an early alpha stage. It may work fine, but there is not enough real-world experience with it yet.

Installation

This adaptor is installed as a regular Flow package via Composer. For your existing project, simply include flownative/jobqueue-sqlite into the dependencies of your Flow or Neos distribution:

    $ composer require flownative/jobqueue-sqlite:@dev

Configuration

See Configuration/Settings.yaml in this package for possible configuration options.