Skip to content

v1.6.12 - Solr cache failover/backoff

Choose a tag to compare

@Robbie1977 Robbie1977 released this 13 Mar 09:47
· 710 commits to main since this release

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_SECONDS controls how long caching stays disabled after a failure