MCPcopy Create free account
hub / github.com/dfinity/orbit / try_execute_request

Function try_execute_request

core/station/impl/src/controllers/request.rs:65–67  ·  view source on GitHub ↗
(id: UUID)

Source from the content-addressed store, hash-verified

63
64#[update(name = "try_execute_request", hidden = true)]
65async fn try_execute_request(id: UUID) -> Result<(), RequestExecuteError> {
66 CONTROLLER.try_execute_request(id).await
67}
68
69const RATE_LIMITER_RESOLUTION: Duration = Duration::from_secs(10);
70const RATE_LIMITER_TIME_WINDOW: Duration = Duration::from_secs(300);

Callers

nothing calls this directly

Calls 1

try_execute_requestMethod · 0.45

Tested by

no test coverage detected