From 380c1a555bf536e23c18458e37a31e5801bb4a55 Mon Sep 17 00:00:00 2001 From: Peter Date: Thu, 11 Nov 2021 18:29:49 +0400 Subject: [PATCH] add link to db-queue-scheduler (#25) --- CHANGELOG.md | 3 ++- README.md | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b359248..ea0c0fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ -### NEXT_VERSION_TYPE=MAJOR|MINOR|PATCH +### NEXT_VERSION_TYPE=PATCH ### NEXT_VERSION_DESCRIPTION_BEGIN +* `db-queue-scheduler` library link added into the `README.md` file ### NEXT_VERSION_DESCRIPTION_END ## [15.0.0]() (15-10-2021) diff --git a/README.md b/README.md index 446e21f..0d99733 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,10 @@ There are several reasons: databases ([QueueShard](db-queue-core/src/main/java/ru/yoomoney/tech/dbqueue/config/QueueShard.java)). * And many other features +The library provides one-time tasks - tasks that are executed once. +If you need (recurring tasks)/(periodic tasks) - tasks that are executed periodically, look at +[db-queue-scheduler](https://github.com/yoomoney/db-queue-scheduler) library, please. + # Usage ## How it works?