Launchverse's native cron scheduler allows you to run recurring tasks without setting up an external pinging service.
Configuration
You can define cron jobs in your launchverse.json file or directly via the Dashboard:
{
"cron": [
{
"schedule": "0 0 * * *",
"command": "npm run db:backup"
}
]
}
Monitoring
All cron executions are logged. You can view the success/failure history and the stdout/stderr of each run in the Cron tab.