Skip to content
This repository was archived by the owner on Jan 18, 2026. It is now read-only.

Getting errors from scheduled experiment runs #2911

@herman-rogers

Description

@herman-rogers

Maybe I'm missing the docs on this but is there anyway to get the errors return from an experiment? Effectively we're using sipyco to schedule an experiment to run, we then check the status, and move on when we get "finished". However, sometimes the experiment will fail but at the moment there doesn't seem to be a way to return this error:

scheduler = Client("system.app.net", "1234", target_name="schedule")

rid = scheduler.submit(
    expid=expid, pipeline_name="main", priority=2, due_date=None, flush=False
)

scheduler.get_status()
// wait for status to be finished
scheduler.check_errors() // something here where we can get the errors returned

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions