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

add databroker multi lease handlers #3255

Merged
merged 1 commit into from
Apr 8, 2022
Merged

add databroker multi lease handlers #3255

merged 1 commit into from
Apr 8, 2022

Conversation

wasaga
Copy link
Contributor

@wasaga wasaga commented Apr 8, 2022

Summary

Adds databroker.NewLeasers convenience method that runs multiple concurrent methods within a single lease.

Related issues

Checklist

  • reference any related issues
  • updated docs
  • updated unit tests
  • updated UPGRADING.md
  • add appropriate tag (improvement / bug / etc)
  • ready for review

@wasaga wasaga requested a review from a team as a code owner April 8, 2022 00:18
@wasaga wasaga requested a review from calebdoxsey April 8, 2022 00:18
@wasaga wasaga added enhancement New feature or request backport latest labels Apr 8, 2022
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.0002%) to 64.616% when pulling 319fd91 on wasaga/multi-leasers into 5e83691 on main.

@wasaga wasaga merged commit 443f4a0 into main Apr 8, 2022
@wasaga wasaga deleted the wasaga/multi-leasers branch April 8, 2022 17:31
@backport-actions-token
Copy link

The backport to latest failed:

The process '/usr/bin/git' failed with exit code 128

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-latest latest
# Navigate to the new working tree
cd .worktrees/backport-latest
# Create a new branch
git switch --create backport-3255-to-latest
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 443f4a01f54ada22103f7e21736eaf5c6e113176
# Push it to GitHub
git push --set-upstream origin backport-3255-to-latest
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-latest

Then, create a pull request where the base branch is latest and the compare/head branch is backport-3255-to-latest.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants