Skip to content

[Improvement]: Change default value of optimizer.task-execute-timeout to Long.MAX_VALUE ns #4040

@davedwwang

Description

@davedwwang

Search before asking

  • I have searched in the issues and found no similar issues.

What would you like to be improved?

The optimizer.task-execute-timeout configuration option controls the timeout duration for task execution. Previously, this option had a default value of 1 hour (Duration.ofHours(1)), which could cause long-running optimization tasks to timeout unexpectedly.

How should we improve?

Update the default value of OPTIMIZER_TASK_EXECUTE_TIMEOUT from Duration.ofHours(1) to Duration.ofMillis(Long.MAX_VALUE) ns(about 106,752 days).

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Subtasks

No response

Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions