Files
nanoclaw/container/agent-runner
glifocat 93d3908575 fix(agent-runner): log when an errored batch is acked completed
A provider error inside a consumed batch is acked completed after the
catch block, so the log shows "Query error" followed by "Completed N
message(s)" that reads like success. The only trace the user gets is
the error chat message; operators grepping the log see a clean run.

Add one log line in the error path saying the batch will be acked
completed with no redelivery. No status semantics change: flipping
errored batches to failed would silently stop recurring tasks
(recurrence fan-out gates on completed), so that stays out per review
feedback on the previous shape of this PR.
2026-07-10 12:42:55 +00:00
..
2026-04-18 14:23:47 +03:00