blazegraph / database

Blazegraph High Performance Graph Database
GNU General Public License v2.0
873 stars 170 forks source link

BLZG-9162 Add capability to refuse new requests if executor service is overloaded. #126

Closed smalyshev closed 5 years ago

smalyshev commented 5 years ago

This is applied only to query service (updates, etc. not affected) and disabled by default. It is controlled by executorMaxThreads servlet parameter.

See also: https://github.com/blazegraph/database/issues/91