Description
Complete the Slack bot's integration with the API to handle various events and send notifications. These events should include:
- API stats exceeding a threshold.
- Multiple consecutive errors from the API.
- Server start and stop events.
- Server crashes.
Tasks
Acceptance Criteria
- The bot sends notifications for all specified events.
- Consecutive errors trigger a grouped notification.
- Server lifecycle events (start, stop, crash) are correctly detected and notified.
Description
Complete the Slack bot's integration with the API to handle various events and send notifications. These events should include:
Tasks
Acceptance Criteria