awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةالمدونةخريطة الموقع
المشروعحولالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comالمدونة
التصنيفات

3 مستودعات

Awesome GitHub RepositoriesStep

Terminate individual function steps that exceed defined time limits to ensure system stability and resource efficiency.

Distinct from Execution Timeouts: Distinct from Execution Timeouts: focuses on step-level timeout enforcement within a workflow, not just general task timeouts.

Explore 3 awesome GitHub repositories matching devops & infrastructure · Step. Refine with filters or upvote what's useful.

Awesome Step GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • inngest/inngestالصورة الرمزية لـ inngest

    inngest/inngest

    5,499عرض على GitHub↗

    Inngest is a durable execution framework and event-driven automation engine designed to orchestrate background workflows. It enables developers to build resilient, stateful processes by memoizing function steps, ensuring that long-running tasks can automatically resume from the last successful operation after failures, timeouts, or infrastructure restarts. The platform distinguishes itself through its event-driven architecture, which uses a schema-validated bus to trigger functions and coordinate complex, multi-step logic. It employs an onion-model middleware approach for cross-cutting concer

    Enforces timeouts on individual function steps to ensure system stability.

    Go
    عرض على GitHub↗5,499
  • maiot-io/zenmlالصورة الرمزية لـ maiot-io

    maiot-io/zenml

    5,452عرض على GitHub↗

    ZenML is an extensible machine learning orchestration framework designed to manage the end-to-end lifecycle of data pipelines and AI agent workflows. It functions as a durable orchestrator that executes machine learning tasks as directed acyclic graphs, ensuring that every step is containerized for consistent performance across local, cloud, and hybrid infrastructure. By decoupling pipeline code from underlying compute and storage backends, the platform allows developers to define infrastructure-agnostic stacks that remain portable across diverse environments. The project distinguishes itself

    Tracks step liveness via background heartbeats and triggers graceful shutdowns or status updates if a step becomes unresponsive.

    Python
    عرض على GitHub↗5,452
  • zenml-io/zenmlالصورة الرمزية لـ zenml-io

    zenml-io/zenml

    5,451عرض على GitHub↗

    ZenML is an orchestration platform designed for building, deploying, and monitoring reproducible machine learning pipelines and agentic workflows. It provides a unified framework that manages the entire lifecycle of machine learning assets, from data processing and model training to the deployment of persistent inference services. By decoupling pipeline logic from underlying compute and storage, the platform enables teams to transition workflows seamlessly from local development environments to production-grade cloud infrastructure. The platform distinguishes itself through a service-oriented

    Tracks step liveness via background heartbeats and triggers graceful shutdowns if a step becomes unresponsive during execution.

    Pythonagentopsagentsai
    عرض على GitHub↗5,451
  1. Home
  2. DevOps & Infrastructure
  3. Execution Timeouts
  4. Step

استكشف الوسوم الفرعية

  • Liveness MonitorsTracks step liveness via background heartbeats and triggers status updates if a step becomes unresponsive. **Distinct from Step:** Distinct from Step: focuses on liveness heartbeats and status updates rather than timeout enforcement.