From 1b66d7922eae0abad52569d475401add92407a4b Mon Sep 17 00:00:00 2001 From: Rach <54503978+justrach@users.noreply.github.com> Date: Wed, 6 Nov 2024 23:10:41 -0800 Subject: [PATCH] Update README.md added badges --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index cd71aec..fbc7ad5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Kew: Modern Async Task Queue +![PyPI Downloads](https://static.pepy.tech/badge/kew) ![Github Actions](https://github.com/justrach/kew/actions/workflows/python-package.yml/badge.svg) + +A Redis-backed task queue built for modern async Python applications... A Redis-backed task queue built for modern async Python applications. Handles background processing with precise concurrency control, priority queues, and circuit breakers - all running in your existing async process. ## Why Kew?