codeforpdx / codeforpdx/recordexpungPDX
Automate error log notifications
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 55
- Forks
- 93
- Avg merge
- 8m
- Merged PRs (30d)
- 9
Description
Description
Currently logs are generated when there is an issue. We are notified by the client when an error occurs to check the logs.
It would be best to automate the notification process so that when an issue occurs we are notified automatically.
Currently we have log files that are generated, however there are no automated ways to check these files. Heroku offers a task scheduler that we can setup to run once day that will check the log's for us. We can create a task to run daily that will check the log and notify us via Slack if there were any issues logged that day.
What do you think @codeforpdx/team-record-expungment ?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating where the application's log files are generated and reviewing the deployment or task configuration related to the Heroku scheduler. Define how a daily check should identify errors and notify the team through Slack; done means the scheduled check runs reliably and sends notifications for that day's logged issues.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- devops, observability-sre
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100