Skip to content

Commit

Permalink
Add get_managed_task to runner
Browse files Browse the repository at this point in the history
  • Loading branch information
dshipman committed Sep 19, 2023
1 parent 320aef9 commit 7f705e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions autumn/infrastructure/remote/springboard/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,9 @@ def wait(self, freq: int = 5, maxtime: int = 60 * 60) -> str:

raise TimeoutError(cur_status)

def get_managed_task(self):
return ManagedTask(self.run_path)


class S3TaskManager:
"""Wrapper for a remote task syncronized via S3
Expand Down

0 comments on commit 7f705e5

Please sign in to comment.