Description
In UI symfony messenger is user to consume process
On AbstractConfigurableTask, contextualized options are kept beetween each process execution
As doc says https://symfony.com/doc/6.4/messenger.html#stateless-worker
Just implement Symfony/Contracts/Service/ResetInterface on AbstractConfigurable task to reset options (set to null)
Requirements
Breaking changes