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

Remove the dev database along with the nightly shutdown #517

Merged
merged 2 commits into from
Nov 30, 2023

Conversation

mgwalker
Copy link
Member

The dev database is only used while the dev instance of Charlie is running. Dev Charlie is shutdown automatically every night and only run when explicitly started by a developer. As a result, the dev database runs a lot and costs money.

This PR updates the nightly action to also remove the database when shutting down the dev Charlie instance, and to create the database when deploying to dev. This way, the dev database is only used – and incurring costs – while it's being used.


Checklist:

  • Code has been formatted with prettier
  • The dev wiki has been updated, e.g.:
    • local development processes have changed
    • major development workflows have changed
    • internal utilities or APIs have changed
    • testing or deployment processes have changed

@mgwalker mgwalker requested a review from a team as a code owner October 25, 2023 15:24
@mgwalker mgwalker merged commit 23b1b6f into main Nov 30, 2023
7 checks passed
@mgwalker mgwalker deleted the resource-cleanup branch November 30, 2023 22:05
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.

1 participant