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#getQueueWebhooks

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

Get Webhooks Queue

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

Type Parameters

T extends unknown

Returns

Promise<T>