1 个仓库
Repeatedly checks for network or file availability to verify dependencies before application launch.
Distinct from Dependency Verification: Focuses on polling network sockets and endpoints at runtime, not just verifying installed binaries on disk.
Explore 1 awesome GitHub repository matching development tools & productivity · Runtime Availability Polling. Refine with filters or upvote what's useful.
This project is a process management toolkit for Docker containers. It provides utilities for supervising container processes, rendering boot templates, streaming logs, and verifying service dependencies. The toolkit includes a service dependency checker that blocks application startup until required network sockets, web endpoints, or local files are available. It also features a configuration template renderer to generate application files from environment variables during the boot process, and a log streaming utility that pipes file updates to standard output using polling and rotation hand
Blocks startup by repeatedly verifying the availability of network sockets, web endpoints, or local files.