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

[Housekeeping] flytekit friendly client should potentially make more use of lru cache #5695

Open
2 tasks done
wild-endeavor opened this issue Aug 27, 2024 · 1 comment
Open
2 tasks done
Labels
housekeeping Issues that help maintain flyte and keep it tech-debt free

Comments

@wild-endeavor
Copy link
Contributor

Describe the issue

Follow-up to flyteorg/flytekit#2714 where get_X was cached (since we're pretty confident these calls always return the same information).

What if we do not do this?

potentially wasted calls.

Related component(s)

No response

Are you sure this issue hasn't been raised already?

  • Yes

Have you read the Code of Conduct?

  • Yes
@wild-endeavor wild-endeavor added the housekeeping Issues that help maintain flyte and keep it tech-debt free label Aug 27, 2024
Copy link

runllm bot commented Aug 27, 2024

The issue you mentioned is not explicitly covered in the provided data sources. However, it relates to optimizing Flyte's client by using an LRU (Least Recently Used) cache to avoid redundant calls, which can improve performance by caching frequently accessed data.

Would you like more details on Flyte's caching mechanisms or potential workarounds for optimizing client calls?

Sources:


This is an AI-generated response and your feedback is appreciated! Please leave a 👍 if this is helpful and 👎 if it is not.

Mention @RunLLM to ask follow-up questions. See runllm.com for more!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
housekeeping Issues that help maintain flyte and keep it tech-debt free
Projects
None yet
Development

No branches or pull requests

1 participant