mirror of
https://github.com/tanrax/org-social-relay
synced 2026-05-15 16:43:19 +02:00
8b35862bb9
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.