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

4.x: 8059 Delayed fixed rate scheduling #8075

Merged

Conversation

danielkec
Copy link
Contributor

@danielkec danielkec commented Nov 24, 2023

Fixes #8059

Adds delay-type config property to fixed rate, so user can choose to set delay from previous execution end or start.

Scheduling.fixedRate()
                    .executor(executorService)
                    .delayType(FixedRate.DelayType.SINCE_PREVIOUS_END)

@danielkec danielkec self-assigned this Nov 24, 2023
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Nov 24, 2023
@danielkec danielkec changed the title [WIP] 4.x: 8059 Delayed fixed rate scheduling 4.x: 8059 Delayed fixed rate scheduling Nov 27, 2023
@danielkec danielkec force-pushed the 8059_deayed-fixed-rate-scheduling branch from 3d91381 to f62c7a4 Compare December 8, 2023 13:57
@danielkec danielkec merged commit e492423 into helidon-io:main Dec 13, 2023
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Delayed scheduling RFE
2 participants