diff --git a/README.md b/README.md index 1229746..9cb0c8a 100644 --- a/README.md +++ b/README.md @@ -1,42 +1,41 @@ -![](_logo/beanstalkd-status.png) +```txt + Typical job lifecycle + + put reserve delete + -----> [READY] ---------> [RESERVED] --------> *poof* + + + Job lifecycle + + put with delay release with delay + ----------------> [DELAYED] <------------. + | | + | (time passes) | + | | + put v reserve | delete + -----------------> [READY] ---------> [RESERVED] --------> *poof* + ^ ^ | | + | \ release | | + | `-------------' | + | | + | kick | + | | + | bury | + [BURIED] <---------------' + | + | delete + `--------> *poof* -# beanstalkz -WIP +``` -```txt +# beanstalkz +[![CI](https://github.com/g41797/beanstalkz/actions/workflows/ci.yml/badge.svg)](https://github.com/g41797/beanstalkz/actions/workflows/ci.yml) - Typical job lifecycle - - put reserve delete - -----> [READY] ---------> [RESERVED] --------> *poof* - - - Job lifecycle - - put with delay release with delay - ----------------> [DELAYED] <------------. - | | - | (time passes) | - | | - put v reserve | delete - -----------------> [READY] ---------> [RESERVED] --------> *poof* - ^ ^ | | - | \ release | | - | `-------------' | - | | - | kick | - | | - | bury | - [BURIED] <---------------' - | - | delete - `--------> *poof* - -``` +WIP