Skip to content

Conversation

kevalmahajan
Copy link
Member

🐛 Bug-fix PR


📌 Summary

Closes #822
_sleep_with_jitter needs two parameters (backoff/delay and jitter_range) but only backoff was passed. Calculated both and passed correct parameters.

🧪 Verification

Check Command Status
Lint suite make lint
Unit tests make test
Coverage ≥ 90 % make coverage
Manual regression no longer fails steps / screenshots

📐 MCP Compliance (if relevant)

  • Matches current MCP spec
  • No breaking change to MCP clients

✅ Checklist

  • Code formatted (make black isort pre-commit)
  • No secrets/credentials committed

Signed-off-by: Keval Mahajan <mahajankeval23@gmail.com>
@crivetimihai crivetimihai force-pushed the fix_sleep_with_jitter_822 branch from 4efc4fc to 22120a8 Compare September 7, 2025 13:57
@crivetimihai crivetimihai merged commit 56237c5 into main Sep 7, 2025
36 checks passed
@crivetimihai crivetimihai deleted the fix_sleep_with_jitter_822 branch September 7, 2025 14:05
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.

[Bug]: Incorrect _sleep_with_jitter Method Call
2 participants