Skip to main content
Module

x/appwrite/mod.ts>Health

[READ-ONLY] Official Appwrite Deno SDK 🦕
Go to Latest
class Health
extends Service
Re-export
import { Health } from "https://deno.land/x/appwrite@0.2.2/mod.ts";

Methods

get<T extends unknown>(): Promise<T>

Get HTTP

Check the Appwrite HTTP server is up and responsive.

getAntiVirus<T extends unknown>(): Promise<T>

Get Anti virus

Check the Appwrite Anti Virus server is up and connection is successful.

getCache<T extends unknown>(): Promise<T>

Get Cache

Check the Appwrite in-memory cache server is up and connection is successful.

getDB<T extends unknown>(): Promise<T>

Get DB

Check the Appwrite database server is up and connection is successful.

getQueueCertificates<T extends unknown>(): Promise<T>

Get Certificate Queue

Get the number of certificates that are waiting to be issued against Letsencrypt in the Appwrite internal queue server.

getQueueFunctions<T extends unknown>(): Promise<T>

Get Functions Queue

getQueueLogs<T extends unknown>(): Promise<T>

Get Logs Queue

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

getQueueTasks<T extends unknown>(): Promise<T>

Get Tasks Queue

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

getQueueUsage<T extends unknown>(): Promise<T>

Get Usage Queue

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

getQueueWebhooks<T extends unknown>(): Promise<T>

Get Webhooks Queue

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

getStorageLocal<T extends unknown>(): Promise<T>

Get Local Storage

Check the Appwrite local storage device is up and connection is successful.

getTime<T extends unknown>(): Promise<T>

Get Time

Check the Appwrite server time is synced with Google remote NTP server. We use this technology to smoothly handle leap seconds with no disruptive events. The Network Time Protocol (NTP) is used by hundreds of millions of computers and devices to synchronize their clocks over the Internet. If your computer sets its own clock, it likely uses NTP.