-
-
Notifications
You must be signed in to change notification settings - Fork 420
[SIMBAD] add async_job option in all queries #3305
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
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3305 +/- ##
==========================================
+ Coverage 69.82% 69.88% +0.05%
==========================================
Files 232 232
Lines 19711 19757 +46
==========================================
+ Hits 13764 13807 +43
- Misses 5947 5950 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
217045a
to
ad94308
Compare
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.
lgtm, I have side conversation questions.
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.
This looks all good. Thanks!
50d397a
to
e612045
Compare
e612045
to
f1ee46b
Compare
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 @ManonMarchand.
Failures are unrelated and have been fixed in main
already.
This should fix #3205
It adds the possibility to launch SIMBAD queries in asynchronous mode. This mode allows to take
timeout
in account (this translates intoexecutionDuration
in the VOSI async standard).