https://github.com/flownative/jobqueue-sqlite
A rather simply job queue backend based on SQLite
https://github.com/flownative/jobqueue-sqlite
Last synced: 9 months ago
JSON representation
A rather simply job queue backend based on SQLite
- Host: GitHub
- URL: https://github.com/flownative/jobqueue-sqlite
- Owner: flownative
- License: mit
- Created: 2015-11-05T10:35:16.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-08-27T09:43:43.000Z (over 7 years ago)
- Last Synced: 2024-11-23T09:26:24.921Z (about 1 year ago)
- Language: PHP
- Size: 11.7 KB
- Stars: 3
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](http://opensource.org/licenses/MIT)
[](https://packagist.org/packages/flownative/jobqueue-sqlite)
[](https://www.flownative.com/en/products/open-source.html)
# Sqlite implementation for Flowpack Job Queue
This [Flow](https://flow.typo3.org) 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:
```bash
$ composer require flownative/jobqueue-sqlite:@dev
```
## Configuration
See `Configuration/Settings.yaml` in this package for possible configuration options.