Skip to content

Commit

Permalink
Add status badge
Browse files Browse the repository at this point in the history
  • Loading branch information
g41797 committed Dec 24, 2024
1 parent 35a7942 commit 469b324
Showing 1 changed file with 31 additions and 32 deletions.
63 changes: 31 additions & 32 deletions README.md
Original file line number Diff line number Diff line change
@@ -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


<br />

0 comments on commit 469b324

Please sign in to comment.