-
Notifications
You must be signed in to change notification settings - Fork 68
Backmerge master into develop #3778
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
RELEASE - BMI Updates
metriport/metriport-internal#1040 Ref: ENG-227 Signed-off-by: Lucas Della Bella <dellabella.lucas@gmail.com>
…doc-page PATCH ENG-227 feat(docs): add adt notifications docs page
RELEASE Update API task count and auto-scale threshold
RELEASE healthie v0
RELEASE Doc fix
Ref eng-244 Signed-off-by: Rafael Leite <2132564+leite08@users.noreply.github.com>
Ref eng-244 Signed-off-by: Rafael Leite <2132564+leite08@users.noreply.github.com>
PATCH RELEASE ENG-244 Api max task count to 24
WalkthroughThis update introduces new documentation and configuration enhancements. A new documentation page describing real-time patient notification webhooks is added, alongside a JSON example snippet for a FHIR Encounter resource. The documentation for webhooks is clarified regarding the presence of the Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant Documentation
participant Webhook System
participant API Service
participant RDS
User->>Documentation: Reads about Realtime Patient Notifications
Documentation->>Webhook System: Describes webhook payload schema and event types
Webhook System->>User: Sends webhook (admit/discharge) with FHIR bundle URL
API Service->>API Service: On deployment, retrieve config
API Service->>API Service: Call getDbPoolSettings(config)
API Service->>RDS: Call getMaxPostgresConnections(maxAcu)
API Service->>API Service: Validate pool settings against max connections
Possibly related PRs
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (6)
🧰 Additional context used📓 Path-based instructions (1)`**/*.ts`: - Use the Onion Pattern to organize a package's code in layers - Try to use immutable code and avoid sharing state across different functions, objects, and systems - Try...
🧠 Learnings (1)📓 Common learnings
🧬 Code Graph Analysis (1)packages/infra/lib/api-stack/api-service.ts (2)
⏰ Context from checks skipped due to timeout of 90000ms (7)
🔇 Additional comments (11)
✨ Finishing Touches
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Backmerge master into develop
Summary by CodeRabbit
New Features
Documentation