Soami Charan
Soami Charan
please also add `__getattr__` for patching
> * cript loading with complex callback hooks raising ScriptErrors #15942 Thanks for suggestion https://github.com/PrefectHQ/prefect/issues/15942 @desertaxle linked the Issue
@desertaxle @zzstoatzz Please review and merge the MR
> Thanks for your PR. Could you explain how this change fixes issues you mentioned? The code from official kubernetes client ```python timeout = None if _request_timeout: if isinstance(_request_timeout, (int,...
> Actually, aiohttp has a default timeout too - 5mins: https://github.com/aio-libs/aiohttp/blob/master/aiohttp/client.py#L219 It's strange. Could you confirm that this change solves the issues? Yes I confirmed that changes does solve the...
I added the requested changes @tomplus @NicholasFiorentini please review.
@zzstoatzz It it good have same authorization as prefect cloud where we can use prefect api key in authorization to secure the prefect OSS server
I debugged the issue, there are two possible issue causing this - New prefect-kubernetes using `kubernetes_asyncio` library instead of official kubernetes client. There is bug in `kubernetes_asyncio` where any stream...