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

Catch timeout exceptions when executing an agenda #6700

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

copybara-service[bot]
Copy link

@copybara-service copybara-service bot commented Dec 3, 2020

Catch timeout exceptions when executing an agenda

There is already a timeout handle for each individual task that's run as part
of an agenda, but if we're unlucky the timeout might fire in between one task
and the next. So add an overall handler.

Also increase the associated test size to cope with long-running test.

@copybara-service copybara-service bot added the managed-by-arcs-c3po Annotates PRs that were managed by our own Arcs Copy C3PO (Copybara [g]3 Push-Pull Operator) label Dec 3, 2020
@google-cla google-cla bot added the cla: yes label Dec 3, 2020
There is already a timeout handle for each individual task that's run as part
of an agenda, but if we're unlucky the timeout might fire in between one task
and the next.  So add an overall handler.

Also increase the associated test size to cope with long-running test.

PiperOrigin-RevId: 345484126
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes managed-by-arcs-c3po Annotates PRs that were managed by our own Arcs Copy C3PO (Copybara [g]3 Push-Pull Operator)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant