→ Back to Home
Azure

GitHub Agentic Workflows Weekly Update Reveals Azure OpenAI Throttling Impact

GitHub's Agentic Workflows team has released its weekly update for June 15, 2026, detailing significant findings from its `aw-failure-investigator` agent. This autonomous agent, designed to proactively identify and report system failures, has been instrumental in uncovering critical operational issues, particularly those related to Azure OpenAI services. One of the most notable discoveries was that Azure OpenAI smoke variants were consistently false-failing due to persistent Azure 429 throttling errors. These throttling issues also impacted the Code Simplifier, causing it to hit its API-proxy invocation cap (50/50 LLM calls) and resulting in a complete failure rate, despite the absence of any existing tracking issue for this specific problem. The `aw-failure-investigator` agent, which runs every six hours, consumed over 4.7 million tokens and 60 turns across its runs in the past week to diagnose these and other high-priority issues. Its recent investigation on June 14, which took 16.6 minutes and used 1.8 million tokens, successfully filed three detailed issues, including one that pinpointed a critical failure. Beyond the Azure OpenAI specific challenges, the weekly update also announced several enhancements to the Agentic Workflows platform. The maximum patch size has been increased from 1 MB to 4 MB, a change implemented via PR #39118, which also improves error messages for oversized patches. This provides more headroom for repositories dealing with large generated files. Additionally, support for cross-repository dispatch-workflow allowlists in safe-outputs has been added through PR #39080, offering teams finer control over cross-repo automation boundaries. Failure diagnostics have also seen improvements, with PR #39122 now including the last five tool calls when a tool denial occurs, providing better context for troubleshooting. Furthermore, PR #39069 ensures that when the AI credits guardrail is triggered, failure issues include a dedicated section with concrete suggestions for optimizing token consumption, helping developers reduce costs. These updates collectively aim to enhance the reliability, control, and cost-efficiency of GitHub's AI-driven development processes.
#azure#openai#throttling#github#agentic workflows#ai#devops
Read original source