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

Allow resetting the finish notification of a runner #42

Merged
merged 2 commits into from
Dec 23, 2023

Conversation

yahavi
Copy link
Member

@yahavi yahavi commented Dec 22, 2023

  • All tests passed. If this feature is not already covered by the tests, I added new tests.
  • This pull request is on the dev branch.
  • I used gofmt for formatting the code before submitting the pull request.
  • I labeled this pull request with one of the following: 'breaking change', 'new feature', 'bug', or 'ignore for release'

Dependency for jfrog/jfrog-cli-core#1086
Imagine this scenario: there are two runners, "One" and "Two". One assigns tasks to Two.
At times, Two might have no tasks. When this occurs, Two's finish notification could trigger prematurely.
To tackle this rare situation, this PR introduces an option to reset the finish notification. After One finishes its tasks, the user can reset Two's finish notification. This ensures that when we await Two's finish notification, we're fully covered.

@yahavi yahavi added the improvement Automatically generated release notes label Dec 22, 2023
@yahavi yahavi requested a review from eyalbe4 December 22, 2023 16:23
@yahavi yahavi self-assigned this Dec 22, 2023
Copy link

👍 Frogbot scanned this pull request and found that it did not add vulnerable dependencies.


@yahavi yahavi merged commit ef57bd0 into jfrog:dev Dec 23, 2023
7 checks passed
@yahavi yahavi deleted the fix-finish-notification branch December 23, 2023 13:37
@eyalbe4 eyalbe4 added new feature Automatically generated release notes and removed improvement Automatically generated release notes labels Dec 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature Automatically generated release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants