undkonsorten/taskqueue

Provides a task queue for other extensions to use.

Maintainers

Package info

github.com/undkonsorten/taskqueue

Homepage

Issues

Type:typo3-cms-extension

pkg:composer/undkonsorten/taskqueue

Statistics

Installs: 10 252

Dependents: 1

Suggesters: 0

Stars: 2

9.5.1 2025-11-13 17:41 UTC

README

Manges tasks given from other extensions

The goal is to manage every time-consuming task asynchronous in background and not in the user response. This leads to faster response for the user. This extension makes heavy usage of the TYPO3 scheduler.

Further documentation is located in the Documentation folder.