Skip to main content

get_native_client_capable_slugs

Function get_native_client_capable_slugs 

Source
pub async fn get_native_client_capable_slugs(
    conn: &mut PgConnection,
) -> ModelResult<Vec<String>>
Expand description

Slugs of the exercise services that declare they can serve a native (non-browser) client.

Reads the exercise_service_info cache that service-info-fetcher refreshes about once a minute. Callers must not fetch service info live instead: that would fan a single request out to every exercise service.