fix: only advance update/lastCheck after a completed check (#37) #44
Reference in New Issue
Block a user
Delete Branch "fix/37-update-lastcheck"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #37.
update/lastCheckwas stamped before the worker started, so an offline launch burned the once-per-day check and suppressed retries for 24 h. The timestamp now advances only in the completion handler when the request actually returned data; a failed/offline check leaves it untouched so the next launch retries.Tests + ruff clean. (Implemented by a delegated agent; reviewed.)
🤖 Generated with Claude Code