Skip to content

Commit

Permalink
backend: use correct (renamed) _discard_running_worker
Browse files Browse the repository at this point in the history
Complements: 7afb039
  • Loading branch information
praiskup committed Mar 4, 2024
1 parent a39fd37 commit dc25761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/copr_backend/background_worker_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -900,7 +900,7 @@ def _keep_alive():
CancellableThreadTask(
_keep_alive,
self._cancel_task_check_request,
self._cancel_running_worker,
self._discard_running_worker,
check_period=CANCEL_CHECK_PERIOD,
).run()
if self.canceled:
Expand Down

0 comments on commit dc25761

Please sign in to comment.