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.
Changes
Alert Notification Loop Disabled
The periodic Celery task alert_notification_loop, which automatically sent notifications about incoming alerts every 5 minutes, has been temporarily disabled.
Before: - Task ran automatically every 5 minutes - Sent notifications via configured Notification Sinks (Mattermost, Slack, Email)
After: - Task is disabled and no longer runs - No automatic notifications for new alerts
Not Affected
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 |
Reactivation
If needed, the Alert Notification Loop can be reactivated in a future version. Configuration is done in src/polycrate_api/celery.py.
Update
# 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
polycrate-api Block
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 →