Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Commit

Permalink
Break up a line with whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Crosby committed Oct 16, 2019
1 parent 42537c9 commit 536157f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scheduler/src/cook/scheduler/scheduler.clj
Expand Up @@ -1055,7 +1055,9 @@
[conn trigger-chan]
(util/chime-at-ch trigger-chan
(fn straggler-handler-event []
(handle-stragglers conn (fn [task-ent] (cc/kill-task (cook.task/task-ent->ComputeCluster task-ent) (:instance/task-id task-ent)))))
(handle-stragglers conn (fn [task-ent]
(cc/kill-task (cook.task/task-ent->ComputeCluster task-ent)
(:instance/task-id task-ent)))))
{:error-handler (fn [e]
(log/error e "Failed to handle stragglers"))}))

Expand Down

0 comments on commit 536157f

Please sign in to comment.