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

Anant/additional retries #46

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Conversation

pickles-bread-and-butter
Copy link
Collaborator

No description provided.

@@ -92,17 +125,24 @@ def fetch_file_s3(self, input_path: str, local_prefix: str, timeout_seconds: int
os.makedirs(os.path.dirname(local_path), exist_ok=True)

while not os.path.isfile(success_marker):
with SimpleUnixFileLock(lock_path, timeout_seconds=timeout_seconds):
with SimpleUnixFileLock(lock_path, timeout_seconds=1000):
Copy link
Collaborator

Choose a reason for hiding this comment

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

@isaak-willett I had a chat with @aalavian where he mentioned we should not be doing this. Can we change the timeout back here?

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