-
Notifications
You must be signed in to change notification settings - Fork 786
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔄 synced local 'skyvern/' with remote 'skyvern/'
<!-- ELLIPSIS_HIDDEN --> > [!IMPORTANT] > Consolidates artifact upload task waiting methods into `wait_for_upload_aiotasks` and updates related code in `agent.py`, `manager.py`, and `service.py`. > > - **Behavior**: > - Replaces `wait_for_upload_aiotasks_for_task` and `wait_for_upload_aiotasks_for_tasks` with `wait_for_upload_aiotasks` in `agent.py` and `service.py`. > - Updates `wait_for_upload_aiotasks` in `manager.py` to handle a list of primary keys instead of task IDs. > - **Functions**: > - Removes `wait_for_upload_aiotasks_for_task` and `wait_for_upload_aiotasks_for_tasks` from `manager.py`. > - Modifies `wait_for_upload_aiotasks` in `manager.py` to use `primary_keys` instead of `task_ids`. > - **Misc**: > - Updates logging messages in `manager.py` to reflect changes in parameter names. > > <sup>This description was created by </sup>[<img alt="Ellipsis" src="https://img.shields.io/badge/Ellipsis-blue?color=175173">](https://www.ellipsis.dev?ref=Skyvern-AI%2Fskyvern-cloud&utm_source=github&utm_medium=referral)<sup> for dace65d1fd348ddae2c45d38edd987c71e7aeba2. It will automatically update as commits are pushed.</sup> <!-- ELLIPSIS_HIDDEN -->
- Loading branch information
1 parent
620b5bf
commit 536db48
Showing
3 changed files
with
11 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters