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.1.1/mod.ts";

Methods

get(): Promise<string>

Get HTTP

Check the Appwrite HTTP server is up and responsive.

getAntiVirus(): Promise<string>

Get Anti virus

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

getCache(): Promise<string>

Get Cache

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

getDB(): Promise<string>

Get DB

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

getQueueCertificates(): Promise<string>

Get Certificate Queue

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

getQueueFunctions(): Promise<string>

Get Functions Queue

getQueueLogs(): Promise<string>

Get Logs Queue

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

getQueueTasks(): Promise<string>

Get Tasks Queue

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

getQueueUsage(): Promise<string>

Get Usage Queue

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

getQueueWebhooks(): Promise<string>

Get Webhooks Queue

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

getStorageLocal(): Promise<string>

Get Local Storage

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

getTime(): Promise<string>

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.