Skip to content
Discussion options

You must be logged in to vote

Hi @liubei1195! I'm Dosu and I’m helping the phoenix team.

There isn't a built-in or documented way to programmatically stop a running experiment started with run_experiment in Phoenix. The function is designed to run to completion, and the only way to interrupt it is by stopping the Python process itself (for example, with a KeyboardInterrupt or by terminating the process) — this is standard Python behavior, not specific to Phoenix. The timeout parameter only applies to individual tasks, not the experiment as a whole. Forcibly stopping the process may result in incomplete results or partial writes, so use caution if your experiment writes to disk or external systems.
If you have a speci…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by liubei1195
Comment options

You must be logged in to vote
2 replies
@axiomofjoy
Comment options

@liubei1195
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants