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
When a previous task failed e.g. on flushing entities all following tasks using doctrine will fail. The task bundle should use exec to have no sideeffects to other previous runned tasks.
This is needed bacause in symfony DI it is not able the reset the entity manager and other services which inject the entity manager will get the new reseted entity manager.
When a previous task failed e.g. on flushing entities all following tasks using doctrine will fail. The task bundle should use exec to have no sideeffects to other previous runned tasks.
This is needed bacause in symfony DI it is not able the reset the entity manager and other services which inject the entity manager will get the new reseted entity manager.
symfony/symfony#5339
The text was updated successfully, but these errors were encountered: