Thanks to visit codestin.com
Credit goes to github.com

Skip to content

WIP: Reducing gist backup timings #540

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

Closed
wants to merge 4 commits into from
Closed

Conversation

mattKorwel
Copy link

@mattKorwel mattKorwel commented Jan 30, 2020

Reducing processing time by move the pure function version outside of the loop. This will reduce the number of calls to a static 5 from 5*N.

version call outside of the loop should greatly reduce time per discussions with @piki this will be related to https://github.com/github/ghes-infrastructure/issues/243
@mattKorwel mattKorwel requested review from lildude and piki January 30, 2020 07:48
@mattKorwel
Copy link
Author

mattKorwel commented Jan 30, 2020

additional testing required before merging.

got a linting rule failure for 'share/github-backup-utils/ghe-backup-repositories-rsync:373:11: warning: Declare and assign separately to avoid masking return values. [SC2155]' seeing if it plays nicer with out local.
@mattKorwel
Copy link
Author

for those learning the version call is here in ghe config

@mattKorwel mattKorwel changed the title wip dry up loop WIP: Reducing gist backup timings Jan 30, 2020
Copy link
Contributor

@mwiesen mwiesen left a comment

Choose a reason for hiding this comment

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

Found a typo.

ronnie and others added 2 commits January 30, 2020 08:43
Co-Authored-By: Matthias Wiesen <[email protected]>
Co-Authored-By: Matthias Wiesen <[email protected]>
@piki
Copy link

piki commented Jan 31, 2020

Closing this in favor of #541, which includes additional fixes and some unit tests. We'll merge #541 into stable, then open an additional PR to bring it master.

@piki piki closed this Jan 31, 2020
dooleydevin added a commit that referenced this pull request Oct 2, 2023
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.

4 participants