Skip to content

Commit 9e140d8

Browse files
committed
too many requests error
1 parent 3059f8c commit 9e140d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ async def url_worker():
130130
except Exception:
131131
print("Skipping exception during URL archiving:")
132132
print_exc()
133-
await asyncio.sleep(10)
133+
await asyncio.sleep(30)
134134
else: # Ran out of retries, try again
135135
async with session.begin():
136136
if next_job.retry < 4:

0 commit comments

Comments
 (0)