awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesRuntime Availability Polling

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.

Awesome Runtime Availability Polling GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • jwilder/dockerizejwilder 的头像

    jwilder/dockerize

    5,202在 GitHub 上查看↗

    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.

    Go
    在 GitHub 上查看↗5,202
  1. Home
  2. Development Tools & Productivity
  3. Dependency Configuration Tools
  4. Dependency Verification
  5. Runtime Availability Polling