seldon-core icon indicating copy to clipboard operation
seldon-core copied to clipboard

fix(scheduler): Skip bad experiments when restoring from cache

Open sakoush opened this issue 1 year ago • 0 comments

In some cases we ended up with a experiment db state that contains experiments that fail validation (unclear how yet). This PR skips loading experiments if they fail validation as they cannot be loaded. Importantly it will not fail the scheduler from starting.

Note that for pipelines we do not have a validation step when restoring from disk.

fixes: INFRA-1055 (internal)

sakoush avatar Jun 27 '24 17:06 sakoush