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

Inline _scale_out in BlockProviderExecutor #3554

Merged
merged 2 commits into from
Aug 1, 2024

Conversation

benclifford
Copy link
Collaborator

This brings two related pieces of code together into a single method, removing the possibility of the _scale_out code being called in any other way than via scale_out_facade.

Future PRs will rearrange the now unified code and make a bugfix that will be more easily fixable now.

Changed Behaviour

This PR should not change behaviour as it is only a code movement.

Type of change

  • Code maintenance/cleanup

This brings two related pieces of code together into a single method,
removing the possibility of the _scale_out code being called in any
other way than via scale_out_facade.

Future PRs will rearrange the now unified code and make a bugfix that
will be more easily fixable now.

This PR should not change behaviour as it is only a code movement.
@benclifford benclifford merged commit 11d88db into master Aug 1, 2024
7 checks passed
@benclifford benclifford deleted the benc-status-scale-out-inline branch August 1, 2024 11:32
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