Siyuan (Ryans) Zhuang
4a1ad3e87a
[Workflow] Support "retry_exceptions" of Ray tasks ( #26913 )
...
* support 'retry_exceptions'
Signed-off-by: Siyuan Zhuang <suquark@gmail.com>
* add test
Signed-off-by: Siyuan Zhuang <suquark@gmail.com>
* add doc
Signed-off-by: Siyuan Zhuang <suquark@gmail.com>
* fix
Signed-off-by: Siyuan Zhuang <suquark@gmail.com>
* typo
Signed-off-by: Siyuan Zhuang <suquark@gmail.com>
2022-07-24 20:50:11 -07:00
Siyuan (Ryans) Zhuang
4b50ef6a28
[Workflow] Rename the argument of "workflow.get_output" ( #26876 )
...
* rename get_output
Signed-off-by: Siyuan Zhuang <suquark@gmail.com>
* update doc
Signed-off-by: Siyuan Zhuang <suquark@gmail.com>
2022-07-22 12:06:19 -07:00
Siyuan (Ryans) Zhuang
eb4ed49c1f
[Workflow] Unify the semantics of max_retries of workflow task and Ray task ( #26350 )
...
* workflow task retry
Signed-off-by: Siyuan Zhuang <suquark@gmail.com>
* move and enhance tests
Signed-off-by: Siyuan Zhuang <suquark@gmail.com>
* use "max_retries" of Ray task
Signed-off-by: Siyuan Zhuang <suquark@gmail.com>
* add test for disabling lineage reconstruction in workflow
Signed-off-by: Siyuan Zhuang <suquark@gmail.com>
2022-07-18 23:25:44 -07:00
Siyuan (Ryans) Zhuang
b803792b58
[workflow] Standardize workflow blocking and nonblocking APIs ( #26318 )
...
This PR unified the semantics of some workflow APIs.
Those workflow APIs acts on workflow tasks so they could be blocked for a long time. So we have both the blocking and non-blocking versions for them: xxx for blocking and xxx_async for non-blocking APIs.
2022-07-06 13:35:36 -07:00
Siyuan (Ryans) Zhuang
5a094f1d18
[workflow] Deprecate workflow.create ( #26106 )
2022-07-02 21:24:05 -07:00
Siyuan (Ryans) Zhuang
ddd63aba77
[workflow] Major refactoring - new async workflow executor ( #25618 )
...
* major workflow refactoring
2022-06-29 20:31:40 -07:00
Rina Ueno
a29eeaa1f6
[Workflows] Explain workflow_id and task_name in the docs ( #25800 )
2022-06-21 15:24:16 -07:00
Siyuan (Ryans) Zhuang
2766284b14
[workflow] Update workflow doc and examples ( #24804 )
...
* update doc of workflow options
* update examples and make sure they are working
2022-05-16 15:41:14 -07:00
Siyuan (Ryans) Zhuang
417b72efdc
[workflow] Update workflow docs ( #24249 )
...
* update workflow docs
* rename "step" to "task"
2022-05-05 22:22:51 -07:00
Jiaxin Shan
8823ca48b4
[Workflow] Improve workflow docs ( #23114 )
...
* [Workflow] Improve workflow docs
* Update doc/source/workflows/concepts.rst
Co-authored-by: Siyuan (Ryans) Zhuang <suquark@gmail.com>
2022-03-13 18:55:45 -07:00
xwjiang2010
9af8f11191
Revert "[docs] Clean up doc structure (first part) ( #21667 )" ( #21763 )
...
This reverts commit 38e46c9fb3
.
2022-01-20 15:30:56 -08:00
Max Pumperla
38e46c9fb3
[docs] Clean up doc structure (first part) ( #21667 )
2022-01-20 16:19:04 +01:00
matthewdeng
4674c78050
[Train] Rename Ray SGD v2 to Ray Train ( #19436 )
2021-10-18 22:27:46 -07:00
Eric Liang
53a2a47655
Polish workflows doc, add semantics and best practices for sub-workflows ( #18525 )
2021-09-12 11:08:06 -07:00
Yi Cheng
370473fc5f
[workflow] Update documentation ( #18522 )
2021-09-11 13:40:09 -07:00
Yi Cheng
965c55fe1b
[workflow] set max retry to 3 ( #18477 )
2021-09-09 23:03:24 -07:00
Eric Liang
cbdafa0b63
[doc] Fix various workflow doc bugs ( #18357 )
2021-09-06 01:39:08 -07:00
Eric Liang
95b5ad12ba
Initial version of workflow documentation ( #18138 )
2021-08-27 16:20:48 -07:00