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

Add invalidate cache endpoint #178

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Add invalidate cache endpoint #178

wants to merge 4 commits into from

Conversation

jakubno
Copy link
Member

@jakubno jakubno commented Aug 20, 2024

Description

There has been situation in which reseting cache would solve some problem caused by unexpected behavior (e.g. manual changes in the database), this will allow us to reset cache without any bigger disruption.

@jakubno jakubno added the improvement Improvement for current functionality label Aug 20, 2024
@ValentaTomas
Copy link
Member

Is this ready to merge/review?

@jakubno
Copy link
Member Author

jakubno commented Sep 18, 2024

Now

@@ -192,7 +192,7 @@ module "nomad" {
docker_contexts_bucket_name = module.buckets.envs_docker_context_bucket_name
google_service_account_key = module.init.google_service_account_key
api_docker_image_digest = module.api.api_docker_image_digest
api_secret = module.api.api_secret
Copy link
Member Author

@jakubno jakubno Sep 18, 2024

Choose a reason for hiding this comment

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

api secret wasn't used (it's leftover when we were sending logs with http request to publicly accessible endpoint)

@Just-en-Time
Copy link
Contributor

Is this ready to be merged in?

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

Successfully merging this pull request may close these issues.

3 participants