We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The scheduling documentation does not fully document all possible configuration properties.
For example, when using the @Scheduled annotation it is possible to override the cron expression with a cron configuration sub-property:
@Scheduled
cron
https://github.com/oracle/helidon/blob/2.4.2/microprofile/scheduling/src/main/java/io/helidon/microprofile/scheduling/SchedulingCdiExtension.java#L153-L154
The text was updated successfully, but these errors were encountered:
dalexandrov
Successfully merging a pull request may close this issue.
The scheduling documentation does not fully document all possible configuration properties.
For example, when using the
@Scheduled
annotation it is possible to override the cron expression with acron
configuration sub-property:https://github.com/oracle/helidon/blob/2.4.2/microprofile/scheduling/src/main/java/io/helidon/microprofile/scheduling/SchedulingCdiExtension.java#L153-L154
The text was updated successfully, but these errors were encountered: