v1.6.12 - Solr cache failover/backoff
What's Changed (v1.6.12)
Solr cache failover/backoff
When Solr becomes unreachable or times out, VFBquery now:
- disables caching temporarily (acts like
VFBQUERY_CACHE_ENABLED=false) - logs a single warning, not repeated timeout errors
- re-tries periodically (default backoff 60s) and re-enables caching once Solr responds
Configuration:
VFBQUERY_SOLR_BACKOFF_SECONDScontrols how long caching stays disabled after a failure