ironflow-runtime
Daemon/server layer for ironflow, providing webhook HTTP endpoints and cron scheduling on top of ironflow-core operations.
Features
- Webhook routes with pluggable authentication (GitHub, GitLab, HMAC-SHA256, static header)
- Cron scheduling via
tokio-cron-scheduler - Graceful shutdown with signal handling
- Prometheus metrics (optional
prometheusfeature)
Quick start
use *;
async
Feature flags
| Feature | Description |
|---|---|
prometheus |
Expose webhook and cron metrics via Prometheus |
License
MIT License - see LICENSE for details.