-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Add KeepAliveClientRequest
class for k8s async client
#15220
Conversation
src/integrations/prefect-kubernetes/prefect_kubernetes/utilities.py
Outdated
Show resolved
Hide resolved
To be clear about why I opened this, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧼
Closes #14954
Swaps the request class on the async k8s base client for one that has TCP keepalive enabled after the client is built. Refer to aio-libs/aiohttp#3904 (comment)
Checklist
<link to issue>
"mint.json
.