radical-cybertools / radical.pilot

RADICAL-Pilot
http://radical-cybertools.github.io/radical-pilot/index.html
Other
54 stars 23 forks source link

Feature/agent service ep #3151

Closed andre-merzky closed 3 months ago

andre-merzky commented 6 months ago

This PR adds an ZMQ service endpoint to the pilot agent. We don't have a use for that just yet, but this is a step toward a simpler client implementation.

codecov[bot] commented 6 months ago

Codecov Report

Attention: Patch coverage is 27.65957% with 34 lines in your changes missing coverage. Please review.

Project coverage is 44.45%. Comparing base (5912402) to head (64f5f05).

Files Patch % Lines
src/radical/pilot/agent/agent_0.py 21.62% 29 Missing :warning:
src/radical/pilot/pilot_manager.py 0.00% 3 Missing :warning:
src/radical/pilot/pilot.py 33.33% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## devel #3151 +/- ## ========================================== - Coverage 44.56% 44.45% -0.12% ========================================== Files 95 95 Lines 10335 10371 +36 ========================================== + Hits 4606 4610 +4 - Misses 5729 5761 +32 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

andre-merzky commented 5 months ago

TODO: make configurable (on/off)

andre-merzky commented 4 months ago

This branch now includes changes from feature/sched_reconfig as that branch also touches the pilot configuration. So this PR should be merged after #3046...