Module flowrlib::services

source ·
Expand description

Provides well-known service names used across multiple binary crates

Constants

  • CONTROL_SERVICE_NAME is a control PUB/SUB socket used to control executors that are listening on the JOB_SERVICE and sending results back via the RESULTS_SERVICE
  • This is the port for announcing and discovering the job queues
  • JOB_SERVICE_NAME can be used to discover the queue serving jobs for execution
  • RESULTS_JOB_SERVICE_NAME can be used to discover the queue where to send job results