mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 19:05:18 +00:00
feat: enhance GitHub polling with synchronous comment processing and improved logging
This commit is contained in:
parent
19048ee705
commit
f0d780c7ec
1 changed files with 1 additions and 2 deletions
|
|
@ -164,8 +164,7 @@ async def polling_loop():
|
|||
async with aiohttp.ClientSession() as session:
|
||||
while True:
|
||||
try:
|
||||
await asyncio.sleep(3)
|
||||
get_logger().info("Polling for notifications")
|
||||
await asyncio.sleep(5)
|
||||
headers = {
|
||||
"Accept": "application/vnd.github.v3+json",
|
||||
"Authorization": f"Bearer {token}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue