Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/appwrite/src/services/health.ts>Health#getQueueUsage

[READ-ONLY] Official Appwrite Deno SDK 🦕
Latest
method Health.prototype.getQueueUsage
import { Health } from "https://deno.land/x/appwrite@11.0.0/src/services/health.ts";

Get usage queue

Get the number of metrics that are waiting to be processed in the Appwrite internal queue server.

Parameters

optional
threshold: number

Returns

Promise<Models.HealthQueue>