Skip to content
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

Factor interchange monitoring code into a ZMQRadioSender #3556

Merged
merged 4 commits into from
Aug 2, 2024

Commits on Jul 31, 2024

  1. Factor interchange monitoring code into a ZMQRadioSender

    From an interchange perspective: this is a refactoring intended to clarify
    that the interchange isn't doing anything special wrt. monitoring
    messages and that it can send monitoring messages in the same way that
    remote workers can.
    
    From a monitoring perspective: this pulls ZMQ sender code out of the
    interchange and puts it in a place that is more natural for ongoing
    development. For example, a potential future use with Work Queue and
    Task Vine is that workers would also benefit from using ZMQ to send
    monitoring messages.
    
    In some potential use cases, it might be desirable to configure the
    radio used by the interchange instead of the hard-coded ZMQRadio. On-going
    work in draft PR #3315 addresses configuration of different types of radio
    and that work should be relevant here too.
    benclifford committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    1285bce View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    21dd3aa View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    bf14d49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d90752 View commit details
    Browse the repository at this point in the history