An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg)](http://opensource.org/licenses/MIT)
[![Packagist](https://img.shields.io/packagist/v/flownative/jobqueue-sqlite.svg)](https://packagist.org/packages/flownative/jobqueue-sqlite)
[![Maintenance level: Acquaintance](https://img.shields.io/badge/maintenance-%E2%99%A1-ff69b4.svg)](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.