mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-11 07:54:37 +00:00
migrate to wait_for_upload_aiotasks for aiotasks cleanup (#1353)
This commit is contained in:
parent
620b5bfdea
commit
e20de1e734
3 changed files with 11 additions and 31 deletions
|
@ -859,7 +859,7 @@ class WorkflowService:
|
|||
)
|
||||
LOG.info("Persisted browser session for workflow run", workflow_run_id=workflow_run.workflow_run_id)
|
||||
|
||||
await app.ARTIFACT_MANAGER.wait_for_upload_aiotasks_for_tasks(all_workflow_task_ids)
|
||||
await app.ARTIFACT_MANAGER.wait_for_upload_aiotasks(all_workflow_task_ids)
|
||||
|
||||
try:
|
||||
async with asyncio.timeout(SAVE_DOWNLOADED_FILES_TIMEOUT):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue