-
Notifications
You must be signed in to change notification settings - Fork 2.2k
fix(daemon): remove all from endpoints #1880
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
Conversation
# set timeout to None if args.timeout_ready is -1 (wait forever) | ||
r = requests.post(url=self.store_api, | ||
json=payload, | ||
timeout=args.timeout_ready if args.timeout_ready != -1 else None) |
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.
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.
Can u make sure, that if -1
is sent, and the Pea fails to start in the other end, the Exception is sent in response?
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.
If the remote Pea fails to start, we'll capture the exception in r.json()
Codecov Report
@@ Coverage Diff @@
## master #1880 +/- ##
==========================================
+ Coverage 86.04% 86.35% +0.30%
==========================================
Files 146 147 +1
Lines 6982 7015 +33
==========================================
+ Hits 6008 6058 +50
+ Misses 974 957 -17
Continue to review full report at Codecov.
|
Latency summaryCurrent PR yields:
Breakdown
Backed by latency-tracking. Further commits will update this comment. |
No description provided.