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

Increase timeout waiting for job run to 1 day #786

Merged
merged 1 commit into from
Sep 19, 2023
Merged

Increase timeout waiting for job run to 1 day #786

merged 1 commit into from
Sep 19, 2023

Conversation

pietern
Copy link
Contributor

@pietern pietern commented Sep 19, 2023

Changes

It's not uncommon for job runs to take more than 2 hours. On the client side, we should not stop waiting for a job to complete if it is intentionally running for a long time. If a job isn't supposed to run this long, the user can specify a run timeout in the job specification itself.

Tests

n/a

It's not uncommon for job runs to take more than 2 hours. On the client side we
should not stop waiting for a job to complete if it is intentionally running
for a long time. If a job isn't supposed to run this long, the user can specify
a run timeout in the job specification itself.
@pietern pietern added this pull request to the merge queue Sep 19, 2023
Merged via the queue into main with commit 3a812a6 Sep 19, 2023
4 checks passed
@pietern pietern deleted the run-timeout branch September 19, 2023 20:02
pietern added a commit that referenced this pull request Sep 20, 2023
Bundles:
 * Use enums for default python template ([#765](#765)).
 * Make bundle deploy work if no resources are defined ([#767](#767)).
 * Added support for experimental scripts section ([#632](#632)).
 * Error when unknown keys are encounters during template execution ([#766](#766)).
 * Fall back to full Git clone if shallow clone is not supported ([#775](#775)).
 * Enable environment overrides for job tasks ([#779](#779)).
 * Increase timeout waiting for job run to 1 day ([#786](#786)).

Internal:
 * Update Go SDK to v0.19.3 (unreleased) ([#778](#778)).
@pietern pietern mentioned this pull request Sep 20, 2023
github-merge-queue bot pushed a commit that referenced this pull request Sep 20, 2023
Bundles:
* Use enums for default python template
([#765](#765)).
* Make bundle deploy work if no resources are defined
([#767](#767)).
* Added support for experimental scripts section
([#632](#632)).
* Error when unknown keys are encounters during template execution
([#766](#766)).
* Fall back to full Git clone if shallow clone is not supported
([#775](#775)).
* Enable environment overrides for job tasks
([#779](#779)).
* Increase timeout waiting for job run to 1 day
([#786](#786)).

Internal:
* Update Go SDK to v0.19.3 (unreleased)
([#778](#778)).
hectorcast-db pushed a commit that referenced this pull request Oct 13, 2023
## Changes

It's not uncommon for job runs to take more than 2 hours. On the client
side, we should not stop waiting for a job to complete if it is
intentionally running for a long time. If a job isn't supposed to run
this long, the user can specify a run timeout in the job specification
itself.

## Tests

n/a
hectorcast-db pushed a commit that referenced this pull request Oct 13, 2023
Bundles:
* Use enums for default python template
([#765](#765)).
* Make bundle deploy work if no resources are defined
([#767](#767)).
* Added support for experimental scripts section
([#632](#632)).
* Error when unknown keys are encounters during template execution
([#766](#766)).
* Fall back to full Git clone if shallow clone is not supported
([#775](#775)).
* Enable environment overrides for job tasks
([#779](#779)).
* Increase timeout waiting for job run to 1 day
([#786](#786)).

Internal:
* Update Go SDK to v0.19.3 (unreleased)
([#778](#778)).
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.

None yet

2 participants