We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4f6bf8 commit dc62504Copy full SHA for dc62504
reference/dic_tags.rst
@@ -456,6 +456,13 @@ tag:
456
The ``priority`` value is optional and defaults to 0. The higher the
457
priority, the sooner it gets executed.
458
459
+.. caution::
460
+
461
+ If your cache warmer fails its execution because of any exception, Symfony
462
+ won't try to execute it again for the next requests. Therefore, your
463
+ application and/or bundles should be prepared for when the contents
464
+ generated by the cache warmer are not available.
465
466
Core Cache Warmers
467
~~~~~~~~~~~~~~~~~~
468
0 commit comments