Files
django-q2/django_q
Nick YuanandClaude Opus 4.6 fab97463c2 Fix unbounded growth of Broker.set_stat cluster master list (#322)
Prune stale entries from the master list on new cluster registration
and only write the list when membership changes (with timeout=None).

Before this fix, set_stat was append-only — dead cluster keys accumulated
forever because the only cleanup path (get_stats) runs only from the
monitor UIs. On DatabaseCache backends this rewrote the growing pickled
list to Postgres on every heartbeat, producing measurable egress.

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-14 00:24:43 +02:00
..
2025-12-04 23:04:52 +01:00
2022-11-16 01:45:40 +01:00
2024-05-11 03:04:32 +02:00
2024-05-11 03:04:32 +02:00
2021-05-30 17:10:07 +02:00
2023-10-12 22:44:19 +02:00