Files
andros 8b35862bb9 Fix cache backend race that left huey using DummyCache after restart
The previous startup probe ran a 1s TCP connect to Redis at module import
time and silently fell back to DummyCache when it failed. In docker compose
the huey container could finish importing settings.py just before Redis
finished warming up, locking the daemon to DummyCache for its entire lifetime
and breaking cache.delete/cache.clear inside scan_feeds.

Drop the probe; in DEBUG use DummyCache, otherwise always RedisCache.
2026-05-07 09:13:28 +02:00
..
2025-09-12 11:29:00 +02:00
2025-09-12 11:29:00 +02:00
2025-12-05 09:13:52 +01:00
2025-09-12 11:29:00 +02:00