Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

With Java 21, should have support for virtual threads - with virtual threadpool support #1090

Open
nmondal opened this issue Dec 17, 2023 · 3 comments
Labels
is:feature New feature

Comments

@nmondal
Copy link

nmondal commented Dec 17, 2023

Because most of the cron operations are are doing is massively IO centric.
I will raise a PR soon to do the same.
Please let me know if this is going to be useful or not.
It can be done with - DirectSchedulerFactory anyways by switching the threadpool:

DirectSchedulerFactory.CreateScheduler Method (IThreadPool, IJobStore)

with RAMJobStore

@melloware
Copy link
Contributor

@nmondal please submit the PR.

@nmondal
Copy link
Author

nmondal commented Dec 19, 2023

Here is the PR.
#1093

Some tests fail while running in JDK-21, but I have ensured that the portion of the added code is tested fully and runs under any JRE.

@ravi-inflection
Copy link

@melloware Can you please look into the PR.

@jhouserizer jhouserizer added the is:feature New feature label Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
is:feature New feature
Projects
None yet
Development

No branches or pull requests

4 participants