Will Quarkus still support Quartz in the future or will it migrate to a new library ?
This is important for us as we would like to avoid any development using Quartz Schedulers (https://quarkus.io/guides/quartz) not being sure if it will still be supported.
Martin Kouba
unread,
Jul 11, 2024, 8:39:51 AM7/11/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to omas...@gmail.com, Quarkus Development mailing list
Hello Olivier,
if you don't need persistent tasks or clustering then quarkus-scheduler
is a viable option. It's a lightweight in-memory scheduler implementation.
For more advanced scheduling use cases, you might consider other
alternatives. For example, there is a jobrunr Quarkus extension [1].
Unfortunately, it does not seem to support the existing Quarkus API
(@Scheduled etc.).