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
I am following the guide https://micronaut-projects.github.io/micronaut-acme/latest/guide/index.html to enable ACME in my application,
I am getting the error:
Error processing bean method Definition: io.micronaut.acme.background.AcmeCertRefresherTask.void backgroundRenewal() with processor (io.micronaut.scheduling.processor.ScheduledMethodProcessor@77c8a15f): Invalid @Scheduled definition for method: void backgroundRenewal() - Reason: Invalid initial delay definition: 24h io.micronaut.scheduling.exceptions.SchedulerConfigurationException: Invalid @Scheduled definition for method: void backgroundRenewal() - Reason: Invalid initial delay definition: 24h
As per the guide
not relevant
No response
4.4.3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
I am following the guide https://micronaut-projects.github.io/micronaut-acme/latest/guide/index.html to enable ACME in my application,
Actual Behaviour
I am getting the error:
Steps To Reproduce
As per the guide
Environment Information
not relevant
Example Application
No response
Version
4.4.3
The text was updated successfully, but these errors were encountered: