Version main

scheduler-api

source: crates/edgerun-scheduler/src/main.rs @ HEAD

Source ref: HEAD

Routes

Method Path Handler Related Types
GET /v1/control/ws
GET /v1/webrtc/ws

Handlers

control_ws

source:L645

Arguments

  • ws: WebSocketUpgrade
  • State(state): State<AppState>
  • Query(query): Query<ControlWsConnectQuery>

Returns

impl IntoResponse

No inline doc comment found.

control_ws_socket

source:L653

Arguments

  • state: AppState
  • client_id: String
  • mut socket: WebSocket

Returns

()

No inline doc comment found.

handle_control_client_message

source:L719

Arguments

  • state: &AppState
  • bytes: &[u8]

Returns

ControlWsServerMessage

No inline doc comment found.

handle_signal_client_message

source:L971

Arguments

  • state: &AppState
  • from_device_id: &str
  • text: &str

Returns

Result<(), String>

No inline doc comment found.

housekeeping_loop

source:L3484

Arguments

  • state: AppState

Returns

()

No inline doc comment found.

Arguments

  • No arguments

Returns

Result<()>

No inline doc comment found.

webrtc_signal_socket

source:L903

Arguments

  • state: AppState
  • device_id: String
  • mut socket: WebSocket

Returns

()

No inline doc comment found.

webrtc_signal_ws

source:L637

Arguments

  • ws: WebSocketUpgrade
  • State(state): State<AppState>
  • Query(query): Query<WebRtcSignalConnectQuery>

Returns

impl IntoResponse

No inline doc comment found.

Types

AppState

struct source:L56

No inline doc comment found.

AssignWorkersIntentV1

struct source:L182

No inline doc comment found.

CancelExpiredJobIntentV1

struct source:L192

No inline doc comment found.

ChainContext

struct source:L116

No inline doc comment found.

ChainEventBusSink

struct source:L129

No inline doc comment found.

ChainProgressSink

struct source:L121

No inline doc comment found.

ControlWsConnectQuery

struct source:L295

No inline doc comment found.

DeviceRouteEntry

struct source:L245

No inline doc comment found.

FinalizeJobIntentV1

struct source:L171

No inline doc comment found.

OwnerRoutesResponse

struct source:L267

No inline doc comment found.

PersistedRouteState

struct source:L280

No inline doc comment found.

PersistedState

struct source:L232

No inline doc comment found.

PostJobArgs

struct source:L323

No inline doc comment found.

PostJobIntentV1

struct source:L155

No inline doc comment found.

RetentionConfig

struct source:L109

No inline doc comment found.

RouteHeartbeatToken

struct source:L274

No inline doc comment found.

RouteResolveResponse

struct source:L260

No inline doc comment found.

SchedulerSignedChainProgressEvent

struct source:L135

No inline doc comment found.

SlashWorkerIntentV1

struct source:L203

No inline doc comment found.

SnapshotFlushState

struct source:L213

No inline doc comment found.

SolanaJobStatusEventV1

struct source:L145

No inline doc comment found.

WebRtcSignalClientMessage

struct source:L301

No inline doc comment found.

WebRtcSignalConnectQuery

struct source:L290

No inline doc comment found.

WebRtcSignalServerMessage

struct source:L313

No inline doc comment found.

WorkerRegistryEntry

struct source:L219

No inline doc comment found.