Skip to content

Commit

Permalink
Reapply "Mark Quartz extension as stable"
Browse files Browse the repository at this point in the history
This reverts commit 84609f6.
  • Loading branch information
manofthepeace committed Dec 10, 2024
1 parent 503c73a commit 0fdcf2a
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 @@ -7,15 +7,12 @@ https://github.com/quarkusio/quarkus/tree/main/docs/src/main/asciidoc
include::_attributes.adoc[]
:categories: miscellaneous
:summary: You need clustering support for your scheduled tasks? This guide explains how to use the Quartz extension for that.
:extension-status: preview
:topics: scheduling,cronjob,quartz
:extensions: io.quarkus:quarkus-quartz

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 0fdcf2a

Please sign in to comment.