OrcaBus / OrcaBus/platform-cdk-constructs
deployment-stack-pipeline: Pipeline Notification
Open
@williamputraintan is already working on this.
Since Nov 19, 2025.
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- Avg merge
- 17h 15m
- Merged PRs (30d)
- 12
Description
The current setup includes a CodePipeline notification that alerts us when the pipeline fails. However, it also sends alerts for timeouts, which can happen when the pipeline isn’t ready for production. (A simple retry usually fixes this; the timeout was added to prevent pending commits from blocking the staging deployment.) Since timeout failures aren’t useful, we should filter them out so Slack only notifies on actual failures.
Contributor guide
No contributing guide indexed for this repository
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.
Assessment
This issue has not been assessed yet.