Skip to content

bot: Retry a bit more the remote ingestion, fixes #80. #81

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

Merged
merged 1 commit into from
Jul 25, 2019

Conversation

La0
Copy link
Contributor

@La0 La0 commented Jul 25, 2019

No description provided.

@La0 La0 added the bot Python Taskcluster Bot label Jul 25, 2019
@La0 La0 requested a review from marco-c July 25, 2019 10:31
@La0 La0 self-assigned this Jul 25, 2019
@@ -42,7 +42,7 @@ def gcp(repository, revision, report):
logger.info('Uploaded {} on {}'.format(path, bucket))

# Trigger ingestion on backend
retry(lambda: gcp_ingest(repository, revision), retries=5)
retry(lambda: gcp_ingest(repository, revision), retries=10, wait_between_retries=60)
Copy link
Collaborator

Choose a reason for hiding this comment

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

I wonder if 10 minutes is not a bit too much, maybe we should log some timing information to make sure we don't always wait too long

@La0 La0 merged commit 601171d into mozilla:master Jul 25, 2019
@La0 La0 deleted the fix-80 branch October 3, 2019 07:51
La0 pushed a commit to La0/code-coverage that referenced this pull request Oct 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot Python Taskcluster Bot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants