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

fix: #961 for cartservice disable reload on config change #962

Closed
wants to merge 1 commit into from

Conversation

aknot242
Copy link

Prevent cart service from watching the file system for changes and reloading to resolve #961. See details and rationale in #961.

@aknot242 aknot242 requested a review from a team November 18, 2023 18:43
Copy link
Contributor

@joshleecreates joshleecreates left a comment

Choose a reason for hiding this comment

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

Should this value maybe be baked into the docker image instead of managed via helm?

@aknot242
Copy link
Author

If you mean adding the env var to the Dockerfile, I think that could place an undue burden on developers contributing to this service if they are using development containers and desire the ability to reload on source code changes.

Copy link
Member

@TylerHelmuth TylerHelmuth left a comment

Choose a reason for hiding this comment

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

I'd like to get @puckpuck take on this as a default value for the chart. If this is not a widespread problem I'd prefer that it be handled by users via their values.yaml

Copy link

github-actions bot commented Dec 5, 2023

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@github-actions github-actions bot added the Stale label Dec 5, 2023
@puckpuck
Copy link
Contributor

puckpuck commented Dec 5, 2023

We should take this discussion over to the Demo repo. We don't need to put it in the Dockerfile, but having it as part of docker-compose and Helm may make sense, which is how this gets deployed.

@puckpuck puckpuck closed this Dec 5, 2023
@puckpuck puckpuck reopened this Dec 5, 2023
@github-actions github-actions bot removed the Stale label Dec 6, 2023
Copy link

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@github-actions github-actions bot added the Stale label Dec 21, 2023
Copy link

github-actions bot commented Jan 4, 2024

Closed as inactive. Feel free to reopen if this PR is still being worked on.

@github-actions github-actions bot closed this Jan 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CrashLoopBackOff in cartservice when fs.inotify.max_user_instances is set to a relatively low number
4 participants