mirror of https://github.com/interlegis/sapl.git
Browse Source
waffle_switch REDIS_CACHE off --create always wrote 'off' even when the operator had previously enabled it, making docker compose restart always reset the switch and leaving Redis cache permanently disabled. Replace with a Django shell get_or_create call that only inserts the row with active=False on first boot; subsequent restarts leave the existing value untouched. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>rate-limiter-2026
1 changed files with 6 additions and 1 deletions
Loading…
Reference in new issue