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

Cache records for performance #726

Merged
merged 2 commits into from
Sep 15, 2022
Merged

Conversation

prescod
Copy link
Contributor

@prescod prescod commented Sep 14, 2022

find_record is now cached so that it only calls into Salesforce once. A future PR could add an opt-out for this feature, but for now I can't think of use-cases for the opt-out.

@prescod prescod requested a review from a team as a code owner September 14, 2022 21:47
@prescod prescod merged commit e888862 into main Sep 15, 2022
@prescod prescod deleted the feature/cache-queries-to-salesforce branch September 15, 2022 15:33
@prescod prescod mentioned this pull request Sep 28, 2022
prescod pushed a commit that referenced this pull request Sep 28, 2022
Snowfakery has a datetime_between function (#779)

Date-time values can now be coerced from strings and dates (#779)

Fixes to documentation (thank you @BrettMN) (#727)

find_record is now cached so that it only calls into Salesforce once. (#726)
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.

2 participants