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 strategy_period in test, instead of custom thread #3381

Merged
merged 2 commits into from
Apr 22, 2024

Conversation

benclifford
Copy link
Collaborator

PR #2816 introduced a workaround in the polling API by adding a new thread to call job status poller poll() method more frequently than the JobStatusPoller invokes that method.

PR #3246 introduced general configurability of the JobStatusPoller poll period.

This PR replaces the thread from #2816 with the configuration option from #3246.

This PR removes one thread left running at the end of this test case, in --config local tests.

Type of change

  • Code maintenance/cleanup

PR #2816 introduced a workaround in the polling API by adding a new thread
to call job status poller poll() method more frequently than the
JobStatusPoller invokes that method.

PR #3246 introduced general configurability of the JobStatusPoller poll period.

This PR replaces the thread from #2816 with the configuration option from
#3246.

This PR removes one thread left running at the end of this test case, in
--config local tests.
@benclifford benclifford merged commit b964756 into master Apr 22, 2024
6 checks passed
@benclifford benclifford deleted the benc-thread-2816 branch April 22, 2024 20:01
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