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

Constructors

new
Health(client: Client)

Methods

Get HTTP

Check the Appwrite HTTP server is up and responsive.

Get Antivirus

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

Get Cache

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

Get DB

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

Get Certificates Queue

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

Get Functions Queue

Get Logs Queue

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

Get Webhooks Queue

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

Get Local Storage

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

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.