eliashaeussler / typo3-warming

🚀 Extension for TYPO3 CMS that warms up Frontend caches based on an XML sitemap with multi-language support.
https://docs.typo3.org/p/eliashaeussler/typo3-warming/main/en-us/
GNU General Public License v2.0
15 stars 8 forks source link

[FEATURE] Command option -all breaks on a faulty site #721

Open Make66 opened 3 weeks ago

Make66 commented 3 weeks ago

Is your feature request related to a problem?

This is a follow-up on #717. Processing many sites will break in preparation phase if one site is misconfigured or throwing an exception(?).

Describe the solution you'd like

A skip-over of a faulty site and continue processing the rest would be very helpful since even in production installations there may be sites in setup-phase not yet ready. The faulty site could be mentioned on CLI output to facilitate bug hunting.

Describe alternatives you've considered

No response

Additional context

No response

Code of Conduct

Make66 commented 3 weeks ago

Same applies when using on a --sites list

eliashaeussler commented 1 week ago

Can you post an example exception that should be catched?