From 8b75cc18911808335492f2262914736f7b401099 Mon Sep 17 00:00:00 2001 From: Fabio Formosa Date: Tue, 15 Nov 2022 00:18:40 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00b2d26..b8c1f92 100644 --- a/README.md +++ b/README.md @@ -203,7 +203,7 @@ compile group: 'it.fabioformosa.quartz-manager', name: 'quartz-manager-starter-s |quartz-manager.security.accounts.in-memory.users[0].roles[0] | string | yes | | set the value ADMIN | -### Quart Manager Persistence Lib +## Quart Manager Persistence Lib By default, Quartz Manager runs with a `org.quartz.simpl.RAMJobStore` that stores your managed scheduler in memory. The RAMJobStore is the simplest store and also the most performant. However it comes with the drawback that all scheduling data are lost if your applications ends or crashes. In case of a restarting of your app, you can't resume the scheduler from the point it stopped. Import the Quartz Manager Persistence Module if you want to persist your scheduler data.