You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In production, bin/console event-store:projection:run command may be executed during a long time, we should be able to kill it after a given time in the same way Symfony Messenger consumers do to avoid PHP memory leaks. Then, using a process manager such as Supervisor to restart automatically worker
In production,
bin/console event-store:projection:run
command may be executed during a long time, we should be able to kill it after a given time in the same way Symfony Messenger consumers do to avoid PHP memory leaks. Then, using a process manager such as Supervisor to restart automatically workerhttps://github.com/symfony/messenger/blob/master/Command/ConsumeMessagesCommand.php#L79
https://github.com/symfony/messenger/blob/master/Worker/StopWhenTimeLimitIsReachedWorker.php
The text was updated successfully, but these errors were encountered: