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 ingester circuit breaker #1580

Merged
merged 1 commit into from
Sep 16, 2023
Merged

Add ingester circuit breaker #1580

merged 1 commit into from
Sep 16, 2023

Conversation

noboruma
Copy link
Collaborator

No description provided.

wait = make(chan struct{})

neo4j_port := os.Getenv("DEEPFENCE_NEO4J_BOLT_PORT")
neo4j_host := os.Getenv("DEEPFENCE_NEO4J_HOST")
Copy link
Contributor

Choose a reason for hiding this comment

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

can we get neo4j_host and neo4j_port from directory this will break multi tenancy in TS

Copy link
Collaborator Author

@noboruma noboruma Sep 16, 2023

Choose a reason for hiding this comment

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

Good point, however the whole process here is based on one tenancy.
We will need to change it for multi-tenancy.
Let me create an issue.

@noboruma noboruma merged commit c42af1a into main Sep 16, 2023
@noboruma noboruma deleted the breaker branch September 16, 2023 07:16
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.

3 participants