-
Notifications
You must be signed in to change notification settings - Fork 669
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
[Feature] Non-blocking rate-limiter #241
Comments
* github action and readthedocs config Signed-off-by: Samhita Alla <[email protected]> * dummy push Signed-off-by: Samhita Alla <[email protected]> * modify github action trigger Signed-off-by: Samhita Alla <[email protected]> * modify github action Signed-off-by: Samhita Alla <[email protected]> * modify github action Signed-off-by: Samhita Alla <[email protected]> * added SSH Signed-off-by: Samhita Alla <[email protected]> * added SSH Signed-off-by: Samhita Alla <[email protected]> * modify furo repo install Signed-off-by: Samhita Alla <[email protected]> * Squash commits parent 221c6f2fca4ae20ee50d938da2a8795cc182965d author Samhita Alla <[email protected]> 1621593398 +0530 committer Samhita Alla <[email protected]> 1621614185 +0530 furo repo install Signed-off-by: Samhita Alla <[email protected]> furo repo install Signed-off-by: Samhita Alla <[email protected]> furo repo install Signed-off-by: Samhita Alla <[email protected]> furo repo install Signed-off-by: Samhita Alla <[email protected]> modified requirements.txt Signed-off-by: Samhita Alla <[email protected]> sphinx build command Signed-off-by: Samhita Alla <[email protected]> install git Signed-off-by: Samhita Alla <[email protected]> install git Signed-off-by: Samhita Alla <[email protected]> install git Signed-off-by: Samhita Alla <[email protected]> install git Signed-off-by: Samhita Alla <[email protected]> install git Signed-off-by: Samhita Alla <[email protected]> install git Signed-off-by: Samhita Alla <[email protected]> install git Signed-off-by: Samhita Alla <[email protected]> modify workflow Signed-off-by: Samhita Alla <[email protected]> modify workflow Signed-off-by: Samhita Alla <[email protected]> modify workflow Signed-off-by: Samhita Alla <[email protected]> modify python version Signed-off-by: Samhita Alla <[email protected]> modify python version Signed-off-by: Samhita Alla <[email protected]> added change directory Signed-off-by: Samhita Alla <[email protected]> added matplotlib Signed-off-by: Samhita Alla <[email protected]> added flytekit Signed-off-by: Samhita Alla <[email protected]> added sphinx rli Signed-off-by: Samhita Alla <[email protected]> deployment Signed-off-by: Samhita Alla <[email protected]> deploy Signed-off-by: Samhita Alla <[email protected]> deploy Signed-off-by: Samhita Alla <[email protected]> dummy push Signed-off-by: Samhita Alla <[email protected]> archive HTML files Signed-off-by: Samhita Alla <[email protected]> cleaned github action Signed-off-by: Samhita Alla <[email protected]> modified the artifact path Signed-off-by: Samhita Alla <[email protected]> modified the artifact path Signed-off-by: Samhita Alla <[email protected]> modified the artifact path Signed-off-by: Samhita Alla <[email protected]> modified the artifact path Signed-off-by: Samhita Alla <[email protected]> modified the artifact path Signed-off-by: Samhita Alla <[email protected]> modified the artifact path Signed-off-by: Samhita Alla <[email protected]> modified artifact and sphinx build command Signed-off-by: Samhita Alla <[email protected]> modified artifact files Signed-off-by: Samhita Alla <[email protected]> modified artifact files Signed-off-by: Samhita Alla <[email protected]> modified artifact files Signed-off-by: Samhita Alla <[email protected]> modified artifact files Signed-off-by: Samhita Alla <[email protected]>
* PR to bump Signed-off-by: Ketan Umare <[email protected]> * updated Signed-off-by: Ketan Umare <[email protected]>
* Fix flytectl ux issue Signed-off-by: Yuvraj <[email protected]>
Hello 👋, This issue has been inactive for over 9 months. To help maintain a clean and focused backlog, we'll be marking this issue as stale and will close the issue if we detect no activity in the next 7 days. Thank you for your contribution and understanding! 🙏 |
Hello 👋, This issue has been inactive for over 9 months and hasn't received any updates since it was marked as stale. We'll be closing this issue for now, but if you believe this issue is still relevant, please feel free to reopen it. Thank you for your contribution and understanding! 🙏 |
this is not used by users and we will keep iterating. |
* Fix flytectl ux issue Signed-off-by: Yuvraj <[email protected]>
* Fix flytectl ux issue Signed-off-by: Yuvraj <[email protected]>
* Fix flytectl ux issue Signed-off-by: Yuvraj <[email protected]>
Motivation: Why do you think this is important?
The rate limiter in flytestdlib is currently a blocking one. We should add a new one that's non-blocking, move all invocations to the new one, and then deprecate the blocking one.
Goal: What should the final outcome look like, ideally?
Non-blocking rate limiter is used across Flyte components like plugins and propeller.
Describe alternatives you've considered
None.
Flyte component
The text was updated successfully, but these errors were encountered: