async-bulkhead-llm - v3.17.0
GitHub
npm
Preparing search index...
index
LLMAdmissionMode
Type Alias LLMAdmissionMode
LLMAdmissionMode
:
"enforce"
|
"observe"
Admission behavior for
run()
.
"enforce"
(default) preserves normal fail-fast behavior.
"observe"
executes the callback without holding capacity when a configured capacity-related rejection occurs, while recording the simulated rejection and usage separately.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
npm
async-bulkhead-llm - v3.17.0
Loading...
Admission behavior for
run()."enforce"(default) preserves normal fail-fast behavior."observe"executes the callback without holding capacity when a configured capacity-related rejection occurs, while recording the simulated rejection and usage separately.