I have the same problem. I'm using Symfony 6.4 with PHP 8.3 and I always get a Fatal Error: Max execution time exceeded in my Docker container. I have to remove the cache on every request php bin/console cache:clear
.
I don't want to increase the value of max_execution_time and I haven't found a solution yet to avoid this.