1 repository
Mechanisms for controlling the order of process execution through blocking or synchronization.
Distinct from Call Blocking: Existing candidates focus on telephony call blocking or language-level code blocks, not system process ordering.
Explore 1 awesome GitHub repository matching software engineering & architecture · Process Execution Sequencing. Refine with filters or upvote what's useful.
wait-for-it is a Bash-based service dependency tool and network utility designed to verify TCP port availability. It functions as a connection wait script that pauses execution until a specific host and port are reachable. The utility polls a remote port to ensure a service is online before starting dependent processes. Once the network condition is met or a TCP socket handshake is successful, it can trigger a secondary command to initiate subsequent automation tasks. The script includes mechanisms for linear execution blocking and timeout-driven termination to prevent infinite hangs. These
Pauses the calling process sequence to ensure strict service startup ordering.