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

feat: billing dry run #342

Merged
merged 2 commits into from
Mar 13, 2024
Merged

feat: billing dry run #342

merged 2 commits into from
Mar 13, 2024

Conversation

alanshaw
Copy link
Member

A script to do dry run of the billing pipeline. It reads production data, but does not write to any production tables.

@alanshaw alanshaw requested review from Gozala, travis and vasco-santos and removed request for Gozala March 12, 2024 15:03
@seed-deploy seed-deploy bot temporarily deployed to pr342 March 12, 2024 15:21 Inactive
Copy link

seed-deploy bot commented Mar 12, 2024

View stack outputs

Copy link
Contributor

@vasco-santos vasco-santos left a comment

Choose a reason for hiding this comment

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

lgtm ✨

* @template T
* @returns {import('../lib/api.js').StorePutter<T> & import('../lib/api.js').StoreLister<any, T> & import('../lib/api.js').StoreGetter<any, T>}
*/
export const createMemoryStore = () => {
Copy link
Contributor

Choose a reason for hiding this comment

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

I assume based on your ran that it does not load a lot of memory in the host running. wondering if we should write in disk to avoid getting out of memory, but probably nothing close to happen that we can start with in memory?

@alanshaw alanshaw merged commit 0bfe1fa into main Mar 13, 2024
3 checks passed
@alanshaw alanshaw deleted the feat/billing-dry-run branch March 13, 2024 10:57
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