-
Notifications
You must be signed in to change notification settings - Fork 23
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
expand raptor example #3121
expand raptor example #3121
Conversation
now terminates on worker failures
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## devel #3121 +/- ##
==========================================
+ Coverage 44.51% 44.53% +0.02%
==========================================
Files 96 96
Lines 10543 10542 -1
==========================================
+ Hits 4693 4695 +2
+ Misses 5850 5847 -3 ☔ View full report in Codecov by Sentry. |
ping @AymenFJA : can you please review the PR independent of applying this in Parsl? |
src/radical/pilot/session.py
Outdated
@@ -175,6 +175,7 @@ def __init__(self, proxy_url: Optional[str ] = None, | |||
self._tmgrs = dict() # map IDs to tmgr instances | |||
self._cmgr = None # only primary sessions have a cmgr | |||
self._rm = None # resource manager (agent_0 sessions) | |||
self._hb = None # heartbeat monitor | |||
|
|||
# this session is either living in the client applicatio or lives in the |
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.
Typo here: applicatio
--> application
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.
@andre-merzky I left one small comment. Other than that I think it looks good. Thanks.
…bertools/radical.pilot into fix/raptor_worker_termination
Thanks @AymenFJA |
now terminates on worker failures