-
Notifications
You must be signed in to change notification settings - Fork 0
Cron
github-actions[bot] edited this page Aug 31, 2026
·
1 revision
Register jobs with standard cron syntax and dispatch them as signed HTTP callbacks. Free — MIT licensed.
nself plugin install cronNo license key required.
Cron job scheduler. Register jobs with standard cron syntax, execute via HTTP callbacks, track run history.
This plugin runs as its own container in your nSelf stack (rebuild with nself build && nself start after install).
Category: automation. Current version: 1.0.0.
| Env Var | Default | Description |
|---|---|---|
DATABASE_URL |
(required) | Required. |
PORT |
(see plugin.json) | Optional. |
CRON_TIMEOUT_SECS |
(see plugin.json) | Optional. |
CRON_RETENTION_DAYS |
(see plugin.json) | Optional. |
| Port | Purpose |
|---|---|
| 3051 | Cron service |
2 table(s) added to your Postgres database (prefix: np_cron_):
np_cron_jobsnp_cron_runs
POST /jobs — Register a cron job
GET /jobs — List registered jobs
GET /jobs/{id}/runs — Run history for a job
DELETE /jobs/{id} — Remove a job
GET /health — Health check
| Route | Target |
|---|---|
/cron/ |
Cron plugin REST API |
curl http://localhost:3051/healthManifest: plugins/cron/plugin.json
← Home →
- Commands
- File Processing Commands
- GitHub Commands
- ID.me Commands
- Jobs Commands
- Notifications Commands
- Realtime Commands
- Shopify Commands
- Stripe Commands
View All: Home (or see the full alphabetical list below — 129/129 synced with registry.json)
- Access-Controls
- Admin-Api
- AI-CLI
- AI-Studio
- Alerts
- Analytics
- API
- Audit
- Audit-Analytics
- Audit-Log
- Auth-Enterprise
- Backup
- BYOK
- CDC
- CDN
- CI
- Claw-CLI
- Cloudflare
- Compliance
- Content-Acquisition
- Content-Progress
- Content-Safety
- Costs
- CRDT
- Cron
- DDNS
- Devices
- DLQ
- Documents
- Dogfood
- Donorbox
- DR
- E2EE
- Encryption
- Entitlements
- Event-Bus
- Family-Ancestry
- Family-FamilySearch
- Family-GEDCOM
- Family-MyHeritage
- Family-WikiTree
- Feature-Flags
- Federation
- File-Processing
- Flags
- Forgejo
- Functions-V8
- Game-Metadata
- Gateway
- Gauth
- GDPR
- Geocoding
- GitHub
- GitHub-Runner
- HIPAA
- Home
- IDme
- Infra
- Invitations
- Job-Queue
- Jobs
- K8s
- Link-Preview
- Maintenance
- MDNS
- Media-Processing
- Meetings
- MLflow
- Model
- Monitor
- Monitoring
- Notifications
- Notify
- nSelf-Cloud
- nSelf-Eval-Gate
- nSelf-Geo
- nSelf-Image
- nSelf-PDF
- nSelf-Scan
- nSelf-Sync
- nSelf-Vault
- Object-Storage
- Observability
- Ollama
- Payments
- PayPal
- Pentest
- Pentest-Kit
- Plugin-ClawDE
- Plugin-Gauth
- Plugin-LLM-Gateway
- Plugin-PTY
- Plugin-Retrieval
- Podcast
- Post
- Push
- Queue
- Region
- Release
- Retro-Gaming
- Rom-Discovery
- Search
- Sentry-CLI
- Shared-Utils
- Shopify
- SIEM
- SMS
- Soak
- Sports
- Storage
- Storage-Transform
- Stripe
- Subtitle-Manager
- Tenant
- Tenant-Controller
- TMDB
- Tokens
- Torrent-Manager
- Transactional-Email
- VPN
- WAF
- Warehouse
- Watchdog
- Web3
- Webhooks
- Workflows
Related