Files
LocalAGI/core
Ettore Di Giacinto a2fd4b0381 fix(scheduler): skip the update on a one-time task it just deleted
executeTask deleted a one-time task and then fell through to
store.Update on the same row. The update could never find it, so every
one-time task logged "Failed to update task: task not found" as it
finished.

The one-time branch now returns after the delete.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01KZaoEXfGsjmkhXtVxtvPp4
2026-08-24 19:34:30 +00:00
..