yeebase/supervisor
composer require yeebase/supervisor
A supervisor client package for Flow applications
Readme excerpt
Yeebase.SupervisorWith this TYPO3 Flow package you can control and monitor your supervisor daemon http://supervisord.org/api.html and all configured processes from your TYPO3 Flow application. You can use it to control workers that compute job queue tickets in a complex MessageQueue scenario.
Yeebase.Supervisor is an excellent addition to TYPO3 Flow's JobQueue.Common package and some MessageQueue backend like JobQueue.Beanstalkd:
You would like to defer jobs in a message queue and do things asyncronous within your TYPO3 Flow application?
An example MessageQueue stack with TYPO3 Flow:
- Supervisor Daemon - monitors and controls your j…
Read more
The same vendor provides 2 package(s).