Best laravel framework open-source packages.

Jobqueue sqlite

A rather simply job queue backend based on SQLite
Updated 5 years ago

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.