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

pool: add a new method Pool.DoInstance #377

Merged
merged 1 commit into from
Feb 3, 2024

Conversation

oleg-jukovec
Copy link
Collaborator

The method allows to execute a request on the target instance in a pool.

Closes #376

Copy link

@better0fdead better0fdead left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thx for patch

The method allows to execute a request on the target instance in
a pool.

Closes #376
@oleg-jukovec oleg-jukovec force-pushed the oleg-jukovec/gh-376-pool-do-by-name branch from 0cbf552 to ba5b6a6 Compare February 3, 2024 13:13
@oleg-jukovec oleg-jukovec merged commit c83fcdc into master Feb 3, 2024
22 checks passed
@oleg-jukovec oleg-jukovec deleted the oleg-jukovec/gh-376-pool-do-by-name branch February 3, 2024 13:58
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.

pool: add abiliry to make a request by an instance name
3 participants