Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Workflow] Add a way to add more definition validator #54398

Open
wants to merge 1 commit into
base: 7.1
Choose a base branch
from

Conversation

lyrixx
Copy link
Member

@lyrixx lyrixx commented Mar 26, 2024

Q A
Branch? 7.1
Bug fix? no
New feature? yes
Deprecations? no
Issues Fix #54034, Fix #54276
License MIT

As asked by @nicolas-grekas, I tried to use a cache warmer.

It works, but it has a huge drawback in term of DX:
I a throw an exception, or use dd() in the validator, on the very fist time I see the exception, or the dd(), and If I refresh the page... the cache is hot, I see the homepage. This is not really handy to debug the warmer.

More over, nothing prevent the application to boot 😬

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Workflow] Be able to execute more definition validator
2 participants