Skip to content

Commit

Permalink
add cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
cbartz committed Sep 17, 2024
1 parent 821bfb4 commit cab8ee5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/github_runner_manager/manager/runner_scaler.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ def _reconcile_reactive(self, quantity: int) -> int:
this number is never negative as additional processes should terminate after a timeout.
"""
logger.info("Reactive mode is experimental and not yet fully implemented.")
self._manager.cleanup()
return reactive_runner_manager.reconcile(
quantity=quantity,
reactive_config=self._reactive_config,
Expand Down

0 comments on commit cab8ee5

Please sign in to comment.