Skip to content

Commit

Permalink
Add back todo about error propagation
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed Aug 1, 2022
1 parent c809aca commit a5d29b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions binderhub/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,7 @@ def _check_result(future):
app_log.error("task failed: %s", exc_info=True)
done = True
failed = True
# TODO: Propagate error to front-end

build_starttime = time.perf_counter()
pool = self.settings["build_pool"]
Expand Down

0 comments on commit a5d29b6

Please sign in to comment.