Skip to content

Stop Cache Flush on Container Startup#195

Merged
jrhoads merged 1 commit intomasterfrom
remove-cache-flush
Apr 17, 2026
Merged

Stop Cache Flush on Container Startup#195
jrhoads merged 1 commit intomasterfrom
remove-cache-flush

Conversation

@jrhoads
Copy link
Copy Markdown
Contributor

@jrhoads jrhoads commented Apr 17, 2026

Comment out the cache flushing script in Dockerfile

Purpose

Stop containers from clearing out the shared cache on container startup.

Approach

Comment out the line in the docker file that flushes the shared cache

Open Questions and Pre-Merge TODOs

Learning

Memcached does not respect namespaces or pattern matching when doing a flush.
Redis does. We may want to consider this in the future.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)

  • New feature (non-breaking change which adds functionality)

  • Breaking change (fix or feature that would cause existing functionality to change)

Reviewer, please remember our guidelines:

  • Be humble in the language and feedback you give, ask don't tell.
  • Consider using positive language as opposed to neutral when offering feedback. This is to avoid the negative bias that can occur with neutral language appearing negative.
  • Offer suggestions on how to improve code e.g. simplification or expanding clarity.
  • Ensure you give reasons for the changes you are proposing.

Comment out the cache flushing script in Dockerfile
@jrhoads jrhoads requested review from a team and digitaldogsbody April 17, 2026 12:19
@jrhoads jrhoads changed the title Stop Cache on Container Startup Stop Cache Flush on Container Startup Apr 17, 2026
@jrhoads jrhoads merged commit 7a9205d into master Apr 17, 2026
2 checks passed
@jrhoads jrhoads deleted the remove-cache-flush branch April 17, 2026 12:28
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