allegro / allegro/marathon-appcop
notification support
Offen
- Vorherrschende Sprache
- Go
- Sterne
- 18
- Forks
- 3
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
Each time `AppCop` is making action it should push notification message, stating what app was action commenced on.
We should use JSON format and send HTTP POST to specified endpoint where some message broker should intercept it (e.g [Hermes](https://github.com/allegro/hermes)).
Example message:
```
{
"timestamp": "1970-01-01T00:00:00+00:00",
"appID": "com.example.testApp",
"Action": "scaleDown"
}
```
Notifications should be disabled by default via config.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.