whisper-money/app
Víctor Falcón 86f172218e fix(banking): record the repeat job deaths, not just the first one
The log call sat behind the status guard, so it only ever fired for a
connection that was not already in Error. The connection this commit was
written for - 68 failed jobs, 3 sync-log rows - is parked in Error and
stays there, so every one of the 65 missing deaths would have hit the
guard and written nothing.

Logging now happens as soon as the connection row resolves; the guards
still own the status write, which is the part that must not clobber an
earlier, better error message.
2026-08-12 11:21:16 +02:00
..
Actions
Ai/Agents
Console/Commands
Contracts
Enums
Events
Exceptions/Banking
Features
Http fix(banking): hand back the retry budget when a connection is reconnected 2026-08-12 09:40:10 +02:00
Jobs fix(banking): record the repeat job deaths, not just the first one 2026-08-12 11:21:16 +02:00
Listeners
Mail
Mcp
Models
Notifications
Policies
Providers
Rules
Services
Support