From 912127857f69153b486247703d7dfd1a41f85649 Mon Sep 17 00:00:00 2001 From: Rafael Caricio Date: Wed, 22 Mar 2023 11:00:14 +0100 Subject: [PATCH] Update readme --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index d21140c..c2b59e1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@

Backie

---- Async persistent background task processing for Rust applications with Tokio. Queue asynchronous tasks to be processed by workers. It's designed to be easy to use and horizontally scalable. It uses Postgres as a storage backend and can also be extended to support other types of storage.