This repository has been archived by the owner on Jul 3, 2024. It is now read-only.
1.0.2
- decoupling of zendframework/zend-mvc. When a shared event manager is not present in the service container we will now instantiate an event manager which does not have a shared event manager attached. This is possibly a breaking change when you listen to emitted events via the shared event manager and do not use zend-mvc to have it create a shared event manager service in the service container - @basz
- Introduced
WorkerLifetimeStrategy
strategy. This strategy can be used to make the worker quit after a specified amount of time. See the docs for more information - @MatthiasKuehneEllerhold - Moved repo to the JouwWeb organization - @roelvanduijnhoven
- Zend Framework's queue controller plugin can push job instances directly to queue - @roelvanduijnhoven
- Improved docs on long-connectivity issues and worker management using
systemd
- @MatthiasKuehneEllerhold