Skip to content

Commit

Permalink
Merge pull request #26709 from gastaldi/promote_quartz
Browse files Browse the repository at this point in the history
Quartz extension is stable
  • Loading branch information
gsmet authored Jul 26, 2022
2 parents 8640ebe + f31af5c commit cd5accc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions docs/src/main/asciidoc/quartz.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,10 @@ https://github.com/quarkusio/quarkus/tree/main/docs/src/main/asciidoc
= Scheduling Periodic Tasks with Quartz

include::./attributes.adoc[]
:extension-status: preview

Modern applications often need to run specific tasks periodically.
In this guide, you learn how to schedule periodic clustered tasks using the http://www.quartz-scheduler.org/[Quartz] extension.

include::{includes}/extension-status.adoc[]

TIP: If you only need to run in-memory scheduler use the xref:scheduler.adoc[Scheduler] extension.

== Prerequisites
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ metadata:
guide: "https://quarkus.io/guides/quartz"
categories:
- "miscellaneous"
status: "preview"
status: "stable"
config:
- "quarkus.quartz."
- "quarkus.quartz."

0 comments on commit cd5accc

Please sign in to comment.