valtzu
valtzu
7.1 [introduced a new `symfony/type-info` component](https://github.com/symfony/symfony/pull/52510) which has a comment in [readme](https://github.com/symfony/symfony/tree/7.1/src/Symfony/Component/TypeInfo) > ```composer require phpstan/phpdoc-parser # to support raw string resolving``` `phpstan/phpdoc-parser` is a dependency of `phpdocumentor/reflection-docblock`.
The issue is still present on 1.34.2 and affects PHP too – probably all app modules? It seems the only solution currently is @TokuiNico's graceful shutdown script + you need...
I recall having a similar need in the past, also related to config management via UI – so +1 for the idea from me. --- Instead of putting serializer logic...
You are right that Scheduler in stateful mode only works correctly with non-expiring cache. Option 3 of your suggested solutions would sound the best to me, though I'm not super...