Page MenuHomePhabricator

Create Abstraction for the Orchestrator in Order to Clean up Timeouts
Open, MediumPublic

Description

Description

propagateResult is an anti-pattern; we should instead handle timeout via a Promise.race and try/catch/finally, similar to how the evaluator now does it.


Completion checklist