argus/bin
Nazim 34dfdaaa70 fix: mark GitHub notifications as read after DB insert
Prevents accumulation of ~5000 unread notifications on GitHub,
which caused argus notif pull to paginate through all of them
on every poll (taking 10-20s instead of <1s).

Each notification is marked as read via PATCH /notifications/threads/{id}
immediately after being inserted into the DB. Best-effort — failures
don't break the pull.
2026-03-26 15:36:46 +00:00
..
argus fix: mark GitHub notifications as read after DB insert 2026-03-26 15:36:46 +00:00