Files
roboco/tests/integration
Renn F 115061f383 [sweep] notification_delivery: list_system_notifications over-fetch-then-slice for pending_ack_only
The SQL limit was applied before the post-fetch 'not fully acked' Python
filter. A window of newer fully-acked ack-required rows filled the limit
and masked older unacked notifications the operator still needs to act on
(the pending-ACK queue silently under-reported; a CEO-approval notification
could be hidden by newer already-acked noise). pending_ack_only now drops
the SQL limit, filters in Python, then slices to limit; the non-pending
branch keeps the SQL limit unchanged.
2026-06-30 19:34:06 +02:00
..
2026-06-26 01:43:08 +02:00
2026-06-24 01:15:57 +02:00
2026-06-24 01:15:57 +02:00