Source commit: 3988921719e96f61b19b517860c8da5c95ab8aa6 Public tree identity: sha256:7e139db2e2aa31a144db56600d0928f6cf21eb64717296300b9ad4246037c9ce
7 lines
377 B
Markdown
7 lines
377 B
Markdown
# Recovery build
|
|
|
|
This advanced example starts two instances of the same task definition. The
|
|
stable lane completes while the recovering lane executes a real failing command
|
|
under AwaitOperator. Edit the failing command to write
|
|
/clusterflux/output/recovering.txt, then restart that task from the debugger or
|
|
CLI. The original main join completes from the replacement attempt.
|