runtime: add execution concurrency limits
This commit is contained in:
@@ -2,6 +2,7 @@ mod aggregation;
|
||||
mod auth;
|
||||
mod error;
|
||||
mod executor;
|
||||
mod limits;
|
||||
mod model;
|
||||
mod redaction;
|
||||
mod request_context;
|
||||
@@ -11,6 +12,7 @@ mod streaming;
|
||||
pub use auth::ResolvedAuth;
|
||||
pub use error::RuntimeError;
|
||||
pub use executor::RuntimeExecutor;
|
||||
pub use limits::{RuntimeLimits, RuntimeLimitsConfigError};
|
||||
pub use model::{AdapterResponse, PreparedRequest, RuntimeOperation};
|
||||
pub use request_context::RuntimeRequestContext;
|
||||
pub use secret_crypto::SecretCrypto;
|
||||
|
||||
Reference in New Issue
Block a user