File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
extensions/quartz/runtime/src/main/resources/META-INF Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,13 @@ https://github.com/quarkusio/quarkus/tree/main/docs/src/main/asciidoc
6
6
= Scheduling Periodic Tasks with Quartz
7
7
8
8
include::./attributes.adoc[]
9
+ :extension-status: preview
9
10
10
11
Modern applications often need to run specific tasks periodically.
11
12
In this guide, you learn how to schedule periodic clustered tasks using the http://www.quartz-scheduler.org/[Quartz] extension.
12
13
14
+ include::{includes}/extension-status.adoc[]
15
+
13
16
TIP: If you only need to run in-memory scheduler use the xref:scheduler.adoc[Scheduler] extension.
14
17
15
18
== Prerequisites
Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ metadata:
10
10
guide : " https://quarkus.io/guides/quartz"
11
11
categories :
12
12
- " miscellaneous"
13
- status : " stable "
13
+ status : " preview "
14
14
config :
15
- - " quarkus.quartz."
15
+ - " quarkus.quartz."
You can’t perform that action at this time.
0 commit comments