Polycrate API 0.11.0 released: Downtime Detection & Notification System
With version 0.11.0, the Polycrate API gains two key new features: Downtime Detection & Logging …
With version 0.11.1, the automatic Alert Notification Loop in the Polycrate API is temporarily disabled. This is a patch release aimed at controlling notification behavior.
The periodic Celery task alert_notification_loop, which automatically sent notifications about incoming alerts every 5 minutes, has been temporarily disabled.
Before:
After:
The following features remain fully active:
| Feature | Status |
|---|---|
Note-Notifications (note_notification_loop) |
✅ Active |
| Downtime Notifications | ✅ Active |
| Manual Notifications via UI | ✅ Active |
| Maintenance Announcements | ✅ Active |
If needed, the Alert Notification Loop can be reactivated in a future version. Configuration is done in src/polycrate_api/celery.py.
# Docker Image
docker pull cargo.ayedo.cloud/polycrate/polycrate-api:0.11.1
# Via Polycrate Block
polycrate blocks pull polycrate-api
polycrate run polycrate-api install
The polycrate-api Kubernetes-Deployment-Block has been updated to version 0.5.1 with app_version: 0.11.1.
Polycrate is the Infrastructure-as-Code tool by ayedo for declarative multi-cluster management. Learn more →
With version 0.11.0, the Polycrate API gains two key new features: Downtime Detection & Logging …
With Polycrate API 0.11.17, we enhance the diagnostic capabilities for the timeline charts in the …
Polycrate CLI version 0.29.9 brings significant improvements to endpoint monitoring with a complete …