ray/doc/source/tune
Kai Fricke f376dd8902
[tune] Also interrupt training when SIGUSR1 received (#24015)
Ray Tune currently gracefully stops training on SIGINT. However, the Ray core worker prevents SIGINT (and SIGTERM) to be processed by child tasks, which means that Ray Tune runs that are started in remote tasks (e.g. via Ray client) cannot be gracefully interrupted.

In k8s-based cloud tests that used the Ray client to kick off a Ray Tune run, this lead to test flakiness, as final experiment state could not be gracefully persisted to cloud storage.

This PR adds support for SIGUSR1 in addition to SIGINT to interrupt training gracefully.
2022-04-21 13:07:29 +01:00
..
api_docs [doc/linter] fix broken deepmind link #23542 2022-03-28 22:35:53 -07:00
doc_code [docs] Tune overhaul part II (#22656) 2022-02-26 23:07:34 -08:00
examples [Docs] optuna notebook (#23477) 2022-03-25 09:04:53 +01:00
images [docs] Tune overhaul part II (#22656) 2022-02-26 23:07:34 -08:00
tutorials [tune] Also interrupt training when SIGUSR1 received (#24015) 2022-04-21 13:07:29 +01:00
faq.rst [docs] Tune overhaul part II (#22656) 2022-02-26 23:07:34 -08:00
getting-started.rst [docs] Tune overhaul part II (#22656) 2022-02-26 23:07:34 -08:00
index.rst [docs] external promo content (#22823) 2022-03-10 11:39:44 -08:00
key-concepts.rst [doc/linter] fix broken deepmind link #23542 2022-03-28 22:35:53 -07:00