From 8408236646a1f4726b692da1096dda28243effe2 Mon Sep 17 00:00:00 2001 From: Jeeken Wang Date: Wed, 31 Jul 2019 12:26:09 +0800 Subject: [PATCH] Update "Job Run Process" diagram according to runJobWrapper --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 7bb5acc..03847a7 100644 --- a/README.md +++ b/README.md @@ -40,14 +40,14 @@ Pre-built binary for Linux x86_64 is available at [Github releases](https://gith # Job Run Process -PreSyncing Syncing Success -+-----------+ +-----------+ +-------------+ +--------------+ -| pre-job +--+->| job run +--->| post-exec +-+-->| post-success | -+-----------+ ^ +-----------+ +-------------+ | +--------------+ - | | - | +-----------------+ | Failed - +------+ post-fail |<---------+ - +-----------------+ +PreSyncing Syncing Success ++-----------+ +----------+ +-----------+ +-------------+ +--------------+ +| pre-job +--+->| pre-exec +--->| job run +--->| post-exec +-+-->| post-success | ++-----------+ ^ +----------+ +-----------+ +-------------+ | +--------------+ + | | + | +-----------------+ | Failed + +----------------+ post-fail |<---------------+ + +-----------------+ ```