fix(guardrails): add Resemble poll timeout

This commit is contained in:
devshahofficial 2026-04-27 20:05:39 +05:30
parent 0728dfcccd
commit dad97087e2

View file

@ -499,6 +499,7 @@ class ResembleGuardrail(CustomGuardrail):
response = await self.async_handler.get(
url=poll_url,
headers=headers,
timeout=10.0,
)
response.raise_for_status()
body = response.json()