Skip to content

Conversation

@kronosapiens
Copy link
Collaborator

Summary

  • Changed ohayo cron schedule from Monday-only (10:00 UTC) to daily (12:00 UTC)
  • This makes it easier to monitor for duplicate message delivery issues observed on Jan 26

Context

The bot posted "Ohayo!" twice on Jan 26. Logs confirmed the job only ran once, suggesting the duplication occurred at the discord.js/Discord API layer (likely a network retry where the first request had already succeeded). Running daily will help monitor if this recurs and inform whether code-level deduplication is needed.

Test plan

  • Deploy and verify ohayo posts once daily at 12:00 UTC
  • Monitor for duplicate messages over the next few days

🤖 Generated with Claude Code

Changed from Monday-only at 10:00 UTC to daily at 12:00 UTC to make
it easier to monitor behavior after observing duplicate message delivery.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@kronosapiens kronosapiens merged commit 02a535a into main Jan 27, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants