flowpack/jobqueue-common

Last activity 02 Jun 2025 27 21 473076
composer require flowpack/jobqueue-common

Common functionality for a JobQueue in Flow applications.

v0.2.2

Version
v0.2.2
Type
neos-package
Release Date
May 13, 2025 14:11
Source
git
Distribution
zip
Requires
  • neos/flow: *
  • neos/fusion: ^8.3
  • t3n/mailjet-adapter: ^0.1
GPL-3.0-or-later f454847189d3f03dd5c7bed683d8eb525d8c283b

Readme excerpt

Flowpack.JobQueue.Common

Neos Flow package that allows for asynchronous and distributed execution of tasks.

Table of contents
  • Quickstart
  • Introduction
  • Message Queue
  • Job Queue
  • Command Line Interface
  • Signals & Slots
  • License
  • Contributions
Quickstart (TL;DR)
  1. Install this package using composer:
composer require flowpack/jobqueue-common

(or by adding the dependency to the composer manifest of an installed package)

  1. Configure a basic queue by adding the following to your Settings.yaml:
Flowpack: JobQueue: C…
Read more
The content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 52 package(s).