v.21.1Improvements

Allow Override of Timeout Value in ClickHouse Docker Image

Let the possibility to override timeout value for running script using the ClickHouse docker image. #17818 (Guillaume Tassery).
Added the ability to override the timeout value for running scripts when using the ClickHouse Docker image.

Why it matters

This feature allows users to customize the script execution timeout in the ClickHouse Docker environment, addressing scenarios where the default timeout is insufficient and providing greater control over script runtime limits.

How to use it

Users can override the timeout value by setting the appropriate environment variable or configuration parameter when running the ClickHouse Docker image. This enables extending or reducing the allowed script execution duration as needed.