Skip to content
  • Iustin Pop's avatar
    Convert the job queue rpcs to address-based · 99aabbed
    Iustin Pop authored
    The two main multi-node job queue RPC calls (jobqueue_update,
    jobqueue_rename) are converted to address-based calls, in order to speed
    up queue changes. For this, we need to change the _nodes attribute on
    the jobqueue to be a dict {name: ip}, instead of a set.
    
    Reviewed-by: imsnah
    99aabbed