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
If an error occurs, tasks are restarted. Errors are caught but not logged. Logging values
.failureLogging(LogLevel.WARN, true)
The text was updated successfully, but these errors were encountered:
Hi @VasiliZas , I would like to contribute to this. Can you assign it to me?
Also can you please add the link to file from where you got this code. .failureLogging(LogLevel.WARN, true)
Sorry, something went wrong.
Hi @VasiliZas , I would like to contribute to this. Can you assign it to me? Also can you please add the link to file from where you got this code. .failureLogging(LogLevel.WARN, true)
Scheduler.create(dataSource, tasks) .failureLogging(LogLevel.WARN, true) .deleteUnresolvedAfter(Duration.ofDays(365L)) .tableName("scheduled_tasks") .schedulerName(() -> "APP-scheduler");
No branches or pull requests
If an error occurs, tasks are restarted. Errors are caught but not logged. Logging values
The text was updated successfully, but these errors were encountered: