Page MenuHomePhabricator

Propagate errors from the Evaluator to the Orchestrator
Closed, ResolvedPublic

Description

Currently, if the orchestrator or evaluator doesn't like something, the orchestrator silently returns the well-formed version of the original input. We should surface errors from throughout the stack, not just when a function manages to make it to the executors.

Event Timeline

Jdforrester-WMF renamed this task from More Informative Error Propagation between Evaluator and Orchestrator to Make error propagation between Evaluator and Orchestrator more informative.Aug 5 2021, 4:15 PM
Jdforrester-WMF renamed this task from Make error propagation between Evaluator and Orchestrator more informative to Propagate errors from the Evaluator to the Orchestrator.Nov 3 2021, 4:25 PM
Jdforrester-WMF removed cmassaro as the assignee of this task.

This behavior is no longer happening. Evaluator errors are correctly propagated to the orchestrator.