From ada981865d762368c3a73298623417062949023b Mon Sep 17 00:00:00 2001 From: Rafael Caricio Date: Sat, 4 Mar 2023 20:52:22 +0100 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c463a69..7df808c 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Background task processing library for Rust. It uses Postgres DB as a task queue - Unique tasks. Tasks are not duplicated in the queue if they are unique - Single-purpose workers. - Tasks are stored in a single table but workers can execute only tasks of the specific type + Tasks are stored in a single table but workers can be configured to execute only tasks of a specific type - Retries. Tasks can be retried with a custom backoff mode