difficulty/easyhelp wanted
描述
Feature Request
In 3.0 TiDB supports max execution time. However TiKV is still using a configuration end-point-request-max-handle-duration to limit the task execution time, which is not flexible enough: a reboot is required and it cannot be applied over single request.
This task is to support push down TiDB's max execution time to TiKV's, so that we can have a per-request max execution time support.