UAL-RE / ReBACH

Python-based tool to enable data preservation to a cloud-hosted storage solution
MIT License
2 stars 2 forks source link

Adding Slack notifications #55

Open zoidy opened 1 year ago

zoidy commented 1 year ago

Is there an existing issue for this?

Description

To make the software run better in an unattended fashion, generate alerts for Slack when the entire process completes. In case of success, a success notification should be generated. To check for errors, the software should scan the logs for errors, generate a summary and post to Slack.

Suggested Implementation

A new module will need to be written that executes at the very end of the process. New configuration settings need to be added for the Slack API.