rename variable (#2865)
Some checks are pending
Run tests and pre-commit / Run tests and pre-commit hooks (push) Waiting to run
Run tests and pre-commit / Frontend Lint and Build (push) Waiting to run
Publish Fern Docs / run (push) Waiting to run

This commit is contained in:
Shuchang Zheng 2025-07-03 02:03:01 -07:00 committed by GitHub
parent 73d6743c87
commit 393387acb0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
34 changed files with 118 additions and 126 deletions

View file

@ -108,7 +108,7 @@ class BackgroundTaskExecutor(AsyncExecutor):
context.run_id = context.run_id or task.task_id
context.organization_id = organization_id
context.max_steps_override = max_steps_override
context.max_screenshot_scrolling_times = task.max_screenshot_scrolling_times
context.max_screenshot_scrolls = task.max_screenshot_scrolls
if background_tasks:
await initialize_skyvern_state_file(task_id=task_id, organization_id=organization_id)