-
Notifications
You must be signed in to change notification settings - Fork 4
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
CADC-14066: Skaha Python Client Scaling Issues #82
base: main
Are you sure you want to change the base?
Conversation
added sync and async client versions, concurrency limits
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
Additional details and impacted files@@ Coverage Diff @@
## main #82 +/- ##
==========================================
+ Coverage 95.39% 97.43% +2.04%
==========================================
Files 18 18
Lines 521 702 +181
==========================================
+ Hits 497 684 +187
+ Misses 24 18 -6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
the client now supports auth bearer token, which when enabled does not perform pem certificate checks, as a result the checks for certificate have been relaxed from a FilePath which needs to exist to create a client, to a str, which is validated only if cert auth is used
…ery building logic to utils.build
…RET] from environ, this will be supported in future releases with a comprehensive environment variable support accross all configurable variables
…er of async tests
|
SkahaClient
to usehttpx