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

Encode process for loading state level data via a management command #252

Open
hectcastro opened this issue Jul 31, 2020 · 1 comment
Open

Comments

@hectcastro
Copy link
Contributor

When certain types of changes to state level data need to be made, interactions with at least two different storage systems come into play (S3, PostgreSQL). In an effort to make the process more repeatable and safe, attempt to encode the steps necessary in a management command like system. In addition, aim to make the command work in an AWS ECS one-off task setting (minimize local file system use, target /tmp for local file system usage, account for resource constraints in term of CPU and RAM, etc.).

@dmcglone
Copy link
Collaborator

dmcglone commented Jan 7, 2022

We have documented this but would still be better to be scripted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants