flowpack/jobqueue-common

Letzte Aktivität 02 Jun 2025 27 21 473806
composer require flowpack/jobqueue-common

Common functionality for a JobQueue in Flow applications.

dev-main

Version
dev-main
Type
neos-package
Release Date
Jun 02, 2025 21:30
Source
git
Distribution
zip
Requires
  • php: ^7.4 || ^8.0
  • neos/flow: ^6.3 || ^7.0 || ^8.0 || ^9.0
  • neos/cache: *
MIT 5d63e76b81ffb7311514902dc18ace44872d9f48

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 54 package(s).