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: DIA-1584: Allow input topic consumers to wait until the data is ready #248

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

niklub
Copy link
Contributor

@niklub niklub commented Nov 7, 2024

No description provided.

@@ -19,7 +19,7 @@ class Settings(BaseSettings):

kafka_bootstrap_servers: Union[str, List[str]] = "localhost:9093"
kafka_retention_ms: int = 180000 # 30 minutes
kafka_input_consumer_timeout_ms: int = 1500 # 1.5 seconds
kafka_input_consumer_timeout_ms: int = 15000 # 15 seconds
Copy link
Contributor

Choose a reason for hiding this comment

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

this will cause the frontend to show "evaluating..." for 15 seconds after we process the last record even, not an option I think
Also dont think this is an issue, besides in cases where we have more concurrent runs than the number of rqworkers in the LSE env

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