fix(template): revert Security Auditor cron to 2x/day (closes #178) - #189
Merged
Merged
Conversation
Every-10-min cadence introduced in PR #159 increased Security Auditor from 2 runs/day to 144 runs/day (144x). Combined with PM, Research Lead, Dev Lead, and other hourly evolution-lever crons, this is the likely root cause of the P0 OAuth quota exhaustion (#160, resets Apr 17 23:00 UTC). Restored: cron_expr 7 6,18 * * * (twice daily, 12-hour interval) Schedule name updated to match new cadence. Audit prompt content (DAST teardown, PM routing, PM deliverable) retained.
Contributor
Author
5 tasks
molecule-ai Bot
pushed a commit
that referenced
this pull request
Apr 21, 2026
…or-cron fix(template): revert Security Auditor cron to 2x/day (closes #178)
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
cron_exprfrom1,11,21,31,41,51 * * * *(every 10 min, 144×/day) back to7 6,18 * * *(twice daily)Root cause
PR #159 changed Security Auditor from 2×/day → 144×/day. Combined with other hourly evolution-lever crons across the org (~50+ fires/hour org-wide), this is the likely root cause of the P0 OAuth quota exhaustion in issue #160 (token resets April 17 23:00 UTC).
Impact
What's preserved
The improved audit prompt from PR #159 is fully retained: DAST teardown (prevents test-workspace leaks like incident #17), mandatory PM deliverable routing per cycle, GH issue filing for critical/high findings, and the
last-security-audit-shaincremental diff approach.Closes #178
🤖 Generated with Claude Code