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

Use scheduleWithFixedDelay for download updated #1640

Merged
merged 1 commit into from
Nov 20, 2024

Conversation

felipeerias
Copy link
Collaborator

Replace scheduleAtFixedRate with scheduleWithFixedDelay.

The method scheduleAtFixedRate is strongly discouraged because it can lead to tasks unexpectedly executing many times in quick succession in some circumstances.

Replace scheduleAtFixedRate with scheduleWithFixedDelay.

The method scheduleAtFixedRate is strongly discouraged because it can
lead to tasks unexpectedly executing many times in quick succession
in some circumstances.
@svillar svillar merged commit 73597a4 into main Nov 20, 2024
22 checks passed
@svillar svillar deleted the felipeerias/scheduleWithFixedDelay branch November 20, 2024 11:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants