areweplaying/crontab.txt
Harry Culpan 7370d1291e Add noon-of-gameday GM status email via awp-cli gameday-notice
Adds a cron-driven CLI command that emails the GM a player attendance
summary at noon on the session date, skipping automatically if the
game was canceled or today isn't game day, and tracking last-sent
date so it won't double-send.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-11 19:18:02 -04:00

2 lines
140 B
Text

*/2 * * * * cd /app && ./awp-cli check >> /app/logs/cron.log 2>&1
0 12 * * * cd /app && ./awp-cli gameday-notice >> /app/logs/cron.log 2>&1