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

Fix #3016: Use scheduleWithFixedDelay for resync task execution #3031

Merged
merged 1 commit into from
Apr 30, 2021

Commits on Apr 30, 2021

  1. Fix fabric8io#3016: Use scheduleWithFixedDelay for resync task execution

    + When using `resyncExecutor.scheduleAtFixedRate` we're seeing inconsistent
      resync intervals since it doesn't wait for previous task to be
      terminated. Hence using `resyncExecutor.scheduleWithFixedDelay` instead.
    + Minor changes in ControllerTest regarding resync expectations/wait
      time
    rohanKanojia committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    e4da6aa View commit details
    Browse the repository at this point in the history