Skip to content

Conversation

@bh2smith
Copy link
Contributor

This makes execution faster and less likely to queue.

@bh2smith bh2smith requested a review from a team July 25, 2023 12:55
Copy link

@gentrexha gentrexha left a comment

Choose a reason for hiding this comment

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

Left a discussion comment. Other than that, LGTM.

self,
query: Query,
job_id: Optional[str] = None,
performance: str = "medium",

Choose a reason for hiding this comment

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

In my opinion since this is business critical we should be defaulting to large. What do you think?

Suggested change
performance: str = "medium",
performance: str = "large",

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 I like it. In that case we can set the default performance when instantiating the client. I'll move the parameter to the appropriate place.

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