awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
vishnubob avatar

vishnubob/wait-for-it

0
View on GitHub↗
9,777 Stars·2,249 Forks·Python·MIT·5 Aufrufe

Wait For It

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 capabilities support network readiness checking and the coordination of interdependent services.

Features

  • TCP Probing - Repeatedly attempts to establish a TCP connection to verify if a service is online and accepting traffic.
  • Shell Command Execution - Triggers secondary shell commands based on the outcome of a network connectivity probe.
  • Conditional Command Executions - Wait-for-it executes a specified subcommand after a port becomes available to trigger subsequent automation tasks.
  • Container Startup Coordination - Manages the startup order of containers by waiting for dependent databases or APIs to be reachable over TCP.
  • Dependency-Aware Orchestration - Ensures dependent services are fully reachable before starting a main application to prevent crashes.
  • Deployment Automation - Integrates into deployment workflows by pausing scripts until required network infrastructure is ready.
  • Service Dependency Tools - Provides a lightweight Bash script for coordinating the startup order of interdependent services.
  • Connection Wait Scripts - Pauses execution until a specific TCP host and port are reachable and available.
  • Service Coordination - Coordinates service startup by pausing execution until a specific host and port accept a connection.
  • Availability Polling - Polls a specific host and port until it becomes available or a timeout is reached.
  • Process Execution Sequencing - Pauses the calling process sequence to ensure strict service startup ordering.
  • Network Readiness Checks - Verifies that a remote host and port are open before executing dependent automation commands.
  • Execution Timeouts - Limits the duration of the polling loop to prevent infinite hangs if a service fails to start.
  • Availability Probes - Polls a remote port to verify a service is online before starting dependent processes.
  • Socket Connectivity Verifiers - Uses low-level network calls to verify the availability of a listener via a TCP socket handshake.
  • Shell Script Runtimes - Provides a standalone shell script that runs without requiring high-level runtimes or compiled binaries.
  • Deployment and DevOps - Utility for waiting on service availability in Docker.

Star-Verlauf

Star-Verlauf für vishnubob/wait-for-itStar-Verlauf für vishnubob/wait-for-it

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Wait For It

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Wait For It.
  • wangdoc/bash-tutorialAvatar von wangdoc

    wangdoc/bash-tutorial

    4,354Auf GitHub ansehen↗

    This project is a comprehensive educational resource consisting of a Bash programming tutorial, scripting reference, and Linux command line manual. It provides instructional materials for writing scripts, automating system tasks, and mastering terminal navigation and Unix system administration. The guides cover a wide range of shell environment customization, including prompt styling and the use of aliases. It also provides a shell environment guide for managing configuration files and initializing user environments. The materials detail a broad set of capabilities including control flow log

    Shell
    Auf GitHub ansehen↗4,354
  • just-containers/s6-overlayAvatar von just-containers

    just-containers/s6-overlay

    4,516Auf GitHub ansehen↗

    s6-overlay is a container init system and process orchestrator. It provides a specialized script environment and a process supervisor to coordinate boot sequences, manage background daemons, and handle read-only filesystems within containers. The project distinguishes itself by using an execline shell environment to avoid the overhead of traditional shell interpreters. It includes a dedicated manager to redirect write operations to temporary memory mounts for containers with read-only root filesystems. The system covers service lifecycle orchestration, including dependency-based startup and

    Shellcontainersdocker
    Auf GitHub ansehen↗4,516
  • oils-for-unix/oilsAvatar von oils-for-unix

    oils-for-unix/oils

    3,288Auf GitHub ansehen↗

    Oils is a Unix shell interpreter and scripting language runtime that combines a modern shell language with POSIX and Bash compatibility. It functions as a structured data shell, integrating JSON and J8 formats to manage complex data without relying on string parsing. The system is distinguished by a C++ transpiled interpreter that converts a subset of Python source code into strongly typed C++ for high-performance execution. It features a garbage-collected typed runtime that supports prototype-based polymorphism, lexical closures, and reference-based variable mutation. To decouple shell logic

    Python
    Auf GitHub ansehen↗3,288
  • containrrr/watchtowerAvatar von containrrr

    containrrr/watchtower

    24,635Auf GitHub ansehen↗

    Watchtower is a container-based solution designed to automate the lifecycle management of Docker applications. It functions as a background service that monitors running containers, detects when new base image versions are available in registries, and automatically redeploys the containers to ensure they remain synchronized with the latest builds. The project distinguishes itself through its ability to orchestrate complex deployment workflows and maintain service availability during updates. It interacts directly with the container runtime to manage service dependencies and restart sequences,

    Goautomationcontinuous-deliverydevops
    Auf GitHub ansehen↗24,635
Alle 30 Alternativen zu Wait For It anzeigen→

Häufig gestellte Fragen

Was macht vishnubob/wait-for-it?

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.

Was sind die Hauptfunktionen von vishnubob/wait-for-it?

Die Hauptfunktionen von vishnubob/wait-for-it sind: TCP Probing, Shell Command Execution, Conditional Command Executions, Container Startup Coordination, Dependency-Aware Orchestration, Deployment Automation, Service Dependency Tools, Connection Wait Scripts.

Welche Open-Source-Alternativen gibt es zu vishnubob/wait-for-it?

Open-Source-Alternativen zu vishnubob/wait-for-it sind unter anderem: wangdoc/bash-tutorial — This project is a comprehensive educational resource consisting of a Bash programming tutorial, scripting reference,… just-containers/s6-overlay — s6-overlay is a container init system and process orchestrator. It provides a specialized script environment and a… oils-for-unix/oils — Oils is a Unix shell interpreter and scripting language runtime that combines a modern shell language with POSIX and… containrrr/watchtower — Watchtower is a container-based solution designed to automate the lifecycle management of Docker applications. It… uutils/coreutils — This project is a suite of basic command line utilities rewritten in Rust, providing a cross-platform implementation… dthree/cash — Cash is a JavaScript implementation of Unix shell utilities and command-line interfaces. It provides a collection of…