Skip to content

Commit

Permalink
fix scan end game
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Jan 28, 2025
1 parent 3cd0a19 commit d8a61a9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion skydriver/rest_handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -1003,7 +1003,10 @@ async def put(self, scan_id: str) -> None:
WAIT_BEFORE_TEARDOWN
) # regular time.sleep() sleeps the entire server
await stop_skyscan_workers(
self.manifests, scan_id, self.k8s_batch_api, abort=False
self.manifests,
scan_id,
self.ewms_rc,
abort=False,
)


Expand Down

0 comments on commit d8a61a9

Please sign in to comment.