Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
added badges
  • Loading branch information
justrach authored Nov 7, 2024
1 parent ce0cf00 commit 1b66d79
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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?
Expand Down

0 comments on commit 1b66d79

Please sign in to comment.