Skip to content

[codex] Disable scheduled leaderboard post#353

Merged
redreceipt merged 2 commits into
mainfrom
codex/disable-weekly-leaderboard-post
May 29, 2026
Merged

[codex] Disable scheduled leaderboard post#353
redreceipt merged 2 commits into
mainfrom
codex/disable-weekly-leaderboard-post

Conversation

@redreceipt
Copy link
Copy Markdown
Member

@redreceipt redreceipt commented May 29, 2026

Summary

  • Comment out the scheduled Friday weekly leaderboard Slack post.
  • Leave the debug runner path intact so DEBUG=true still posts the leaderboard manually.
  • Update the existing scheduled-jobs test expectation to match the temporary disabled schedule.

Validation

  • source venv/bin/activate && python -m unittest discover -s tests -p 'test_*.py'

Note

Low Risk
Only comments out one cron-style Slack job and adjusts a test; no auth, data, or leaderboard logic changes.

Overview
Temporarily stops the automated Friday 4:00 PM (America/New_York) weekly leaderboard Slack post by commenting out its schedule registration in configure_scheduled_jobs. Other scheduled jobs are unchanged.

post_leaderboard is still invoked from run_debug_jobs when DEBUG=true, so manual/debug runs can still send the message. The scheduled-jobs unit test now expects the Friday leaderboard entry not to be registered.

Reviewed by Cursor Bugbot for commit 897f393. Bugbot is set up for automated code reviews on this repo. Configure here.

@redreceipt redreceipt temporarily deployed to bug-board-codex-disable-ayzjxl May 29, 2026 14:49 Inactive
@redreceipt redreceipt marked this pull request as ready for review May 29, 2026 14:51
@redreceipt redreceipt merged commit 887ece6 into main May 29, 2026
5 checks passed
@redreceipt redreceipt deleted the codex/disable-weekly-leaderboard-post branch May 29, 2026 14:51
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.

1 participant