undkonsorten / taskqueue
Provides a task queue for other extensions to use.
Installs: 3 945
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 5
Forks: 2
Type:typo3-cms-extension
Requires
- php: ^8.1 || ^8.2
- ext-json: *
- symfony/console: ^5.4 || ^6.0 || ^7
- typo3/cms-backend: ^12.4
- typo3/cms-core: ^12.4
- typo3/cms-extbase: ^12.4
Suggests
- typo3/cms-dashboard: Allows more advanced logging of the application flow
- dev-main / 10.0.x-dev
- 9.2.0
- 9.1.0
- 9.0.3
- 9.0.2
- 9.0.1
- 9.0.0
- 8.0.8
- 8.0.7
- 8.0.6
- 8.0.5
- 8.0.4
- 8.0.3
- 8.0.2
- 8.0.1
- 8.0.0
- 7.0.4
- 7.0.3
- 7.0.2
- 7.0.1
- 7.0.0
- 6.1.4
- 6.1.3
- 6.1.2
- 6.1.1
- 6.1.0
- 6.0.0
- 5.0.4
- 5.0.3
- 5.0.2
- 5.0.1
- 5.0.0
- 4.1.1
- 4.1.0
- 4.0.0
- 3.0.1
- 3.0.0
- dev-typo3-12
- dev-develop
- dev-typo3-11
- dev-l10n_main
- dev-documentation-draft
This package is auto-updated.
Last update: 2024-12-20 08:17:45 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.