Skip to content

Commit

Permalink
Revert "Mark Quartz extension as stable"
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet authored and fercomunello committed Aug 31, 2022
1 parent 966c6c1 commit 050f08c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions docs/src/main/asciidoc/quartz.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ 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: "stable"
status: "preview"
config:
- "quarkus.quartz."
- "quarkus.quartz."

0 comments on commit 050f08c

Please sign in to comment.