CGA1123 / shed

🏚 Cross service client timeout/deadline propagation and load-shedding for Ruby and Go.
MIT License
6 stars 0 forks source link

Add MAX_EXECUTION_TIME to MySQL queries #3

Closed CGA1123 closed 3 years ago

CGA1123 commented 3 years ago

The MAX_EXECUTION_TIME optimizer hint will propagate deadlines to the database server, ensuring that we release resources appropriately.

The core logic here is taken from kirs/request_deadline, with permission.