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

[CT-2142] Improve post job timeout handling #108

Merged
merged 4 commits into from
Sep 10, 2024
Merged

Conversation

kmtran
Copy link
Contributor

@kmtran kmtran commented Aug 28, 2024

No description provided.

@@ -138,7 +138,7 @@ def redact_file(
help="Key-value pairs in the format key=value which will be added to allr equest header",
),
start_job_timeout: Optional[float] = typer.Option(
60.0,
None,
Copy link
Collaborator

Choose a reason for hiding this comment

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

Maybe mention the default behavior in the description?

@@ -303,7 +303,7 @@ def redact_folder(
help="Key-value pairs in the format key=value which will be added to allr equest header",
),
start_job_timeout: Optional[float] = typer.Option(
60.0,
None,
Copy link
Collaborator

Choose a reason for hiding this comment

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

Maybe mention the default behavior in the description?

@kmtran kmtran merged commit c10cbe1 into main Sep 10, 2024
11 checks passed
@kmtran kmtran deleted the ct-2142-post-read-timeout branch September 10, 2024 06:58
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