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
Requires
This package is auto-updated.
Last update: 2024-10-29 03:43:12 UTC
README
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.