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

Constrain ellipses to a configurable level #51

Merged
merged 3 commits into from
Feb 21, 2024
Merged

Constrain ellipses to a configurable level #51

merged 3 commits into from
Feb 21, 2024

Conversation

desean1625
Copy link
Contributor

No description provided.

@desean1625 desean1625 merged commit 892446a into master Feb 21, 2024
3 checks passed
hostname=getfqdn(),
log_level=get_log_level(env.get("DATASHADER_LOG_LEVEL", None)),
max_batch=int(env.get("DATASHADER_MAX_BATCH", 10_000)),
max_bins=int(env.get("DATASHADER_MAX_BINS", 10_000)),
max_ellipses_per_tile=int(env.get("DATASHADER_MAX_ELLIPSES_PER_TILE", 100_000)),
max_legend_items_per_tile=int(env.get("MAX_LEGEND_ITEMS_PER_TILE", 20)),
num_ellipse_points=int(env.get("DATASHADER_NUM_ELLIPSE_POINTS", 100)),
query_timeout_seconds=int(env.get("DATASHADER_QUERY_TIMEOUT", 0)),
query_timeout_seconds=int(env.get("DATASHADER_QUERY_TIMEOUT", 900)),
Copy link
Contributor

Choose a reason for hiding this comment

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

To confirm, to change this timeout on the other network we would only need to change this config file and restart DS?
This is the parameter that on the other network we had set to 3 minutes (and when set to 2 minutes that was determined to be too low)?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes other network set this ENV variable to set the timeout param for the searches

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.

4 participants