Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -70,7 +70,7 @@ async def process_question(agent, question_text: str, task_id: str, results_log:
|
|
70 |
"""Process a single question with global rate limiting."""
|
71 |
submitted_answer = None
|
72 |
max_retries = 3
|
73 |
-
retry_delay =
|
74 |
|
75 |
for attempt in range(max_retries):
|
76 |
try:
|
|
|
70 |
"""Process a single question with global rate limiting."""
|
71 |
submitted_answer = None
|
72 |
max_retries = 3
|
73 |
+
retry_delay = 4 # 6 seconds for 10 RPM
|
74 |
|
75 |
for attempt in range(max_retries):
|
76 |
try:
|