Closed
Description
Symfony version(s) affected: 4.4.8
Description
When we deploy our application which is working completely fine on developer environment we have problem on production server with messenger component and we are getting this error
Attempted to call function "pcntl_signal" from namespace "Symfony\Component\Messenger\EventListener".
Even when we run cache:clear command it is not working, we must delete the cache folder on the production environment to make it work.
This happens when we call our URL which is calling messenger:consume command
How to reproduce
we were unable to reproduce this problem even in our development server.