Иногда в производстве и не воспроизводимые локально мы получаем следующие исключения:
getDoctrine_Orm_DefaultListeners_AttachEntityListenersService :
{
"class": "Symfony\\Component\\Debug\\Exception\\FatalErrorException",
"message": "Compile Error: require(): Failed opening required '\/srv\/api\/var\/cache\/prod\/ContainerWKxhZGH\/getDoctrine_Orm_DefaultListeners_AttachEntityListenersService.php' (include_path='.:\/usr\/local\/lib\/php')",
"code": 0,
"file": "\/srv\/api\/var\/cache\/prod\/ContainerWKxhZGH\/srcApp_KernelProdContainer.php:532"
}
getSession_Storage_NativeService:1010 * {
"class": "Symfony\\Component\\Debug\\Exception\\FatalErrorException",
"message": "Compile Error: require(): Failed opening required '\/srv\/api\/var\/cache\/prod\/ContainerAPB4itV\/getSession_Storage_NativeService.php' (include_path='.:\/usr\/local\/lib\/php')",
"code": 0,
"file": "\/srv\/api\/var\/cache\/prod\/ContainerAPB4itV\/srcApp_KernelProdContainer.php:532"
}
getApiPlatform_Listener_View_RespondService :
{
"class": "Symfony\\Component\\Debug\\Exception\\FatalErrorException",
"message": "Compile Error: require(): Failed opening required '\/srv\/api\/var\/cache\/prod\/Container8GRzllw\/getApiPlatform_Listener_View_RespondService.php' (include_path='.:\/usr\/local\/lib\/php')",
"code": 0,
"file": "\/srv\/api\/var\/cache\/prod\/Container8GRzllw\/srcApp_KernelProdContainer.php:532"
}
У нас есть два запущенных экземпляра и мы используем Symfony в качестве API.При загрузке мы очищаем кеш, который в настоящее время также нагревает его.
Symfony v4.3.4
Кто-нибудь получил идею, с чего начать искать проблему?