ProductAutomation
Database Cron Scheduling
Automate background database routines, cleanups, and Edge function calls on custom schedules.
extrabase-database-admin
| ID | NAME | TYPE | STATUS |
|---|---|---|---|
| #1 | Project alpha | NodeJS | Healthy |
| #2 | Auth Server | GoLang | Healthy |
| #3 | Asset store | Python | Idle |
Architecture & Design
Run recurring routines without hosting standalone servers. Configure scheduled database cron tasks, execute maintenance functions, or trigger API hooks at intervals using standard cron patterns.
Cron Capabilities
- SQL Procedures
- HTTP Request Triggers
- Cron History Auditing
Scheduling Details
- Simple cron syntax configurations (e.g. * * * * *)
- Execute SQL procedures or trigger HTTP Webhooks
- Integrated logs to audit executions and handle failures
- Automatic retry policies and execution timeout boundaries
- Direct configuration inside the ExtraBase Console