diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2025-05-14 15:21:57 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2025-05-14 15:24:15 +0300 |
| commit | e84fb2c77bd2bd97daf8ea3b410d6e1e83aedcad (patch) | |
| tree | 99a1592444c72fe0a0a6985089106d2e83458095 /README.md | |
| parent | fa1e288a8cea3d8bee44823f6ed887e40b1ecdf8 (diff) | |
Improve workflow
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4,6 +4,10 @@ <img alt="PyPI - Version" src="https://img.shields.io/pypi/v/femtoqueue"> </a> +<a href="https://github.com/jantuomi/femtoqueue/actions/workflows/build-test-publish.yml"> +<img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/jantuomi/femtoqueue/build-test-publish.yml"> +</a> + Ever wanted a zero-dependency, filesystem-backed, lock-free, durable, concurrent, retrying task queue implementation? No? ## Example |
