-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
0.5.7, async insert into db and async slack msg...
- Loading branch information
1 parent
d561329
commit 169c8ca
Showing
7 changed files
with
61 additions
and
35 deletions.
There are no files selected for viewing
22 changes: 22 additions & 0 deletions
22
documentation/adrs/0016-use-slack-to-inform-user-about-important-system-events.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# 16. use Slack to inform user about important system events | ||
|
||
Date: 2024-02-02 | ||
|
||
## Status | ||
|
||
Accepted | ||
|
||
## Context | ||
|
||
Requirement F-004 requires the owners of the system to be informed about important system events. | ||
|
||
## Decision | ||
|
||
Such important events are "system startup" and "acquisition of usage and repository data". | ||
These shall be sent to a Slack channel to notify the owners. | ||
|
||
## Consequences | ||
|
||
- Slack app to be created | ||
- [Slack API](https://pkg.go.dev/github.com/slack-go/[email protected]#section-readme) to be used | ||
- Slack OAuth Token to be set at fly.io |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters