Skip to content

fix(audit-workflows): migrate per-run budget from legacy ET rate-limit to max-ai-credits#37420

Closed
Copilot wants to merge 3 commits into
mainfrom
copilot/aw-fix-agentic-workflow-audit-agent
Closed

fix(audit-workflows): migrate per-run budget from legacy ET rate-limit to max-ai-credits#37420
Copilot wants to merge 3 commits into
mainfrom
copilot/aw-fix-agentic-workflow-audit-agent

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Jun 6, 2026

audit-workflows had no explicit max-ai-credits set, so the firewall defaulted to 1000 AIC (10M ET) — triggering a legacy effective-token rate-limit signal from the API proxy.

Changes

  • audit-workflows.md: Added max-ai-credits: 40000000 (40M AIC) to frontmatter, consistent with comparable daily audit workflows (agent-performance-analyzer: 40M, workflow-health-manager: 30M)
  • audit-workflows.lock.yml: Updated both apiProxy.maxAiCredits entries from 100040000000 to reflect the new per-run budget in the compiled workflow
max-daily-ai-credits: 100M
max-ai-credits: 40000000   # added — was defaulting to 1000

Copilot AI linked an issue Jun 6, 2026 that may be closed by this pull request
Copilot AI and others added 2 commits June 6, 2026 21:59
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
…file

Addresses the legacy effective-token rate-limit signal by migrating
per-run budgeting to max-ai-credits (40M AIC), consistent with
similar audit workflows like agent-performance-analyzer.

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix Agentic Workflow Audit Agent failure due to rate limit fix(audit-workflows): migrate per-run budget from legacy ET rate-limit to max-ai-credits Jun 6, 2026
Copilot AI requested a review from pelikhan June 6, 2026 22:08
@pelikhan pelikhan closed this Jun 6, 2026
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.

[aw] Agentic Workflow Audit Agent failed

2 participants