gitlink定制:gitee和github分开同步,输出异常,sleep

This commit is contained in:
“xxq250” 2022-08-10 13:34:18 +08:00
parent b0801258c5
commit ca5c39859e
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ async def sync():
task = asyncio.create_task(sync_job(job))
tasks.append(task)
time.sleep(120)
asyncio.sleep(10)
logger.info("step 2 syncing.................")
tasks2 = []
for job in github_jobs: