Skip to content

Add error types: orchestrator_time_limit and evaluator_time_limit

David Martin requested to merge T327275 into main

The ticket wording calls for a single new type for both orchestrator and evaluator, but it seems nicer to have 2 distinct new types. It runs parallel to what we already have for orchestrator/evaluator rate limit and recursion limit. Also, having 2 distinct types provides more info to the user.

Bug: T327275

Edited by Jforrester

Merge request reports