Skip to content
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

update evaluate cache to use a smaller key #2939

Merged
merged 24 commits into from
Nov 25, 2024
Merged

Conversation

BobanL
Copy link
Collaborator

@BobanL BobanL commented Nov 20, 2024

PULL REQUEST

Summary

  • update evaluate cache to a smaller key when available.

Related Issue

Fixes #2679

Additional Information

Anything else the review team should know?

@@ -1,7 +1,7 @@
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build

# Download FHIR-Converter
RUN git clone https://github.com/skylight-hq/FHIR-Converter.git --branch v7.0-skylight-11 --single-branch /build/FHIR-Converter
RUN git clone https://github.com/skylight-hq/FHIR-Converter.git --branch boban/add-id-to-bundle --single-branch /build/FHIR-Converter
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

todo - update this to latest

@@ -52,7 +52,7 @@ describe("Snapshot test for Procedures (Treatment Details)", () => {
performedDateTime: "06/24/2022",
},
{
id: "b40f0081-4052-4971-3f3b-e3d9f5e1e44d",
id: "b40f0081-4052-4971-3f3b-e3d9f5e1e44e",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why change the id here?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

because this ID was duplicated in this example.

Copy link
Collaborator

@mcmcgrath13 mcmcgrath13 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@BobanL BobanL added this pull request to the merge queue Nov 25, 2024
Merged via the queue into main with commit 16e578f Nov 25, 2024
15 checks passed
@BobanL BobanL deleted the boban/2679-faster-sonic branch November 25, 2024 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

eCRs loading times taking over 1 minute
2 participants