Extract BackgroundTaskExecutor to file (#4275)

This commit is contained in:
Stanislav Novosad 2025-12-11 10:25:12 -07:00 committed by GitHub
parent 4272bf6287
commit 1df2e8a870
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 188 additions and 180 deletions

View file

@ -1,4 +1,5 @@
from skyvern.forge.sdk.executor.async_executor import AsyncExecutor, BackgroundTaskExecutor
from skyvern.forge.sdk.executor.async_executor import AsyncExecutor
from skyvern.forge.sdk.executor.background_task_executor import BackgroundTaskExecutor
class AsyncExecutorFactory: