-
Notifications
You must be signed in to change notification settings - Fork 20
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
[uss_qualifier] Use mock_uss background tasks for atproxy_client #45
[uss_qualifier] Use mock_uss background tasks for atproxy_client #45
Conversation
"atproxy client worker {} from process ID {} is stopping", | ||
worker_id, | ||
os.getpid(), | ||
def _get_basic_auth() -> Tuple[str, str]: |
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.
To be replaced with the new configuration from #46
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.
Yeah, I try to keep my PRs mostly disjoint, but there's often a little bit of overlap. Will definitely merge main into this branch and resolve before merging this branch back to main.
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.
I just put it as a reminder. PR are perfect like that. Thanks !
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.
Thank you :)
…uss-tasks-atproxy_client
eb1122f
to
f961c0e
Compare
This PR follows up on #40 to use shared mock_uss background tasks for atproxy_client functionality as well as tracer.
Also add retries to atproxy_client's response notifications to atproxy in an effort to address #28.
The diff will look smaller if "Hide whitespace" is checked in the diff view settings.