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

Process pool for uploading/downloading object store #121

Merged
merged 30 commits into from
Feb 1, 2022

Conversation

sarahwooders
Copy link
Contributor

No description provided.

key_prefix: str = "/test/replicate_random",
# gateway provisioning options
reuse_gateways: bool = True,
gateway_docker_image: str = os.environ.get("SKYLARK_DOCKER_IMAGE", "ghcr.io/parasj/skylark:main"),
# cloud provider specific options
azure_subscription: Optional[str] = None,
gcp_project: Optional[str] = None,
aws_instance_class: str = "m5.8xlarge",
aws_instance_class: str = "m5.4xlarge",
Copy link
Member

Choose a reason for hiding this comment

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

Any reason why we are moving away from m5.8xlarge?

@sarahwooders sarahwooders changed the title [DRAFT] Process pool for uploading/downloading object store Process pool for uploading/downloading object store Feb 1, 2022
@sarahwooders sarahwooders merged commit afcae69 into main Feb 1, 2022
@sarahwooders sarahwooders deleted the dev/obj-store-refactor branch February 1, 2022 06:29
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