-
Notifications
You must be signed in to change notification settings - Fork 0
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
54 change multiprocessing to dask #63
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Catch-up (#53) * 45 zip file exclusion (#51) * . * existing file removal info * . * . * . * . * . * . * fix mem_per_core to 1 GiB * compare zip contents * . * boto3 Object get instead of load * . * decode * handling metadata errors with nested try-excepts ?!! * botocore.exceptions * e * . * restored total_zips variable * wait for results * . * . * extra info * elif * . * list of dicts for upload info * less verbose * update uploads dict * . * wrong i * additional info in dicts * typo * . * . * exclude individual files * . * . * . * . * . * . * . * remove print e as error handled * . * . * introduced upload timeouts * . * get instead of wait * try removing result? * . * . * try terminate * . * . * . * . * . * . * remove duplicates * clarified waiting loop * . * // * . * nightly - remove_duplicates not working * use pandas to remove duplicates * done * type hints added to bucket_manager * added metadata for multipart uploads of zip files * filename exclusion * . * . * fiex file exclusion * done - testing (#52) * removed boto3 type hints * . * use gc * . * . * . * catch broken pipe * gc * try metadata * . * . * . * . * . * df not series * apply works * workgin * try existing zip contents * sort isins * ['CURRENT_OBJECTS'] * gc collect everywhere... * Meatadata not metadata * these_zip_contents * brute froc * less brute force * . * any * check * . * . * . * . * . * . * dropna * . * . * debugging * . * . * . * . * . * pf replace * . * progress * all * any * . * . * less verbose * . * deleting to_collate[parent_folder] * change zip contents delimiter * done.
* Catch-up (#53) * 45 zip file exclusion (#51) * . * existing file removal info * . * . * . * . * . * . * fix mem_per_core to 1 GiB * compare zip contents * . * boto3 Object get instead of load * . * decode * handling metadata errors with nested try-excepts ?!! * botocore.exceptions * e * . * restored total_zips variable * wait for results * . * . * extra info * elif * . * list of dicts for upload info * less verbose * update uploads dict * . * wrong i * additional info in dicts * typo * . * . * exclude individual files * . * . * . * . * . * . * . * remove print e as error handled * . * . * introduced upload timeouts * . * get instead of wait * try removing result? * . * . * try terminate * . * . * . * . * . * . * remove duplicates * clarified waiting loop * . * // * . * nightly - remove_duplicates not working * use pandas to remove duplicates * done * type hints added to bucket_manager * added metadata for multipart uploads of zip files * filename exclusion * . * . * fiex file exclusion * done - testing (#52) * removed boto3 type hints * . * use gc * . * . * . * catch broken pipe * gc * try metadata * . * . * . * . * . * df not series * apply works * workgin * try existing zip contents * sort isins * ['CURRENT_OBJECTS'] * gc collect everywhere... * Meatadata not metadata * these_zip_contents * brute froc * less brute force * . * any * check * . * . * . * . * . * . * dropna * . * . * debugging * . * . * . * . * . * pf replace * . * progress * all * any * . * . * less verbose * . * deleting to_collate[parent_folder] * change zip contents delimiter * done.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
DEPRECATED multiprocessing version: lsst-backup.py -> lsst-backup-mp-DEPRECATED.py
Replaced with Dask version: lsst-backup-dask.py -> lsst-backup.py