PixelDance
CronKeep alive

Keep-alive

Keeps the database connection warm. Triggered by a cron scheduler.

GET
/cron/keep-alive

Keeps the database connection warm. Triggered by a cron scheduler.

Response Body

application/json

curl -X GET "http://localhost:3002/cron/keep-alive"
{
  "ok": true
}