Module: Utils::Probe
- Defined in:
- lib/utils/probe.rb,
lib/utils/probe/process_job.rb,
lib/utils/probe/probe_client.rb,
lib/utils/probe/probe_server.rb,
lib/utils/probe/server_handling.rb
Overview
A module that provides probe server functionality for managing and executing process jobs through Unix domain sockets.
This module encapsulates the core components for creating and interacting with probe servers that can enqueue and run process jobs in a distributed manner.
The module includes classes for handling server communication, managing process jobs, and providing client interfaces for interacting with probe servers.
It supports both TCP and Unix domain socket configurations for server communication and provides mechanisms for environment variable management and job execution tracking.
Defined Under Namespace
Modules: ServerHandling Classes: ProbeClient, ProbeServer, ProcessJob