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

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

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

10 个仓库

Awesome GitHub RepositoriesExecution Error Captures

Mechanisms that capture errors during task execution and route them to dedicated error signals without terminating the main stream.

Distinct from Error Handling: Distinct from Error Handling: focuses on capturing errors from concurrent task execution rather than general error reporting patterns.

Explore 10 awesome GitHub repositories matching web development · Execution Error Captures. Refine with filters or upvote what's useful.

Awesome Execution Error Captures GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • zalmoxisus/redux-devtools-extensionzalmoxisus 的头像

    zalmoxisus/redux-devtools-extension

    13,460在 GitHub 上查看↗

    This project is a state management inspector and debugging tool for Redux. It provides a browser-based interface for inspecting and modifying application state and actions in real time, serving as an action logger and time travel debugger to troubleshoot application logic. The tool allows users to navigate a chronological history of state changes to replay previous versions of the application or skip specific actions. It also functions as a remote monitoring bridge, streaming Redux state and actions from non-browser environments to a centralized debugging interface. The capability surface in

    Intercepts exceptions thrown during state updates and displays error messages to prevent further invalid actions.

    JavaScriptdebugdevtoolsextension
    在 GitHub 上查看↗13,460
  • home-assistant/home-assistant.iohome-assistant 的头像

    home-assistant/home-assistant.io

    9,466在 GitHub 上查看↗

    Home Assistant is a local home automation platform and server that acts as an IoT device orchestrator. It integrates diverse smart home hardware by wrapping third-party APIs into a standardized logic layer and stores all system state and historical statistics on local hardware to eliminate cloud dependencies. The system functions as a Matter IoT controller and an MQTT home automation bridge, allowing for local interoperability between different manufacturers. It features a state-based entity model and an internal event bus that decouple physical device logic from system automation. The platf

    Controls whether an automation sequence halts or continues after an action encounters an error.

    HTMLdocumentationhacktoberfesthass
    在 GitHub 上查看↗9,466
  • pixie-io/pixiepixie-io 的头像

    pixie-io/pixie

    6,467在 GitHub 上查看↗

    Pixie is an open-source observability platform for Kubernetes that uses eBPF to automatically capture telemetry data from clusters without requiring any manual instrumentation or code changes. It functions as an eBPF telemetry collector, a continuous application profiler, a network traffic analyzer, and a scriptable telemetry query engine, all within a single Kubernetes-native tool. The platform distinguishes itself through several integrated capabilities. It continuously samples stack traces from compiled-language code to identify CPU performance bottlenecks, visualizing the results as inter

    Views HTTP error rate and resource metrics for individual pods to isolate the source of service errors.

    C++
    在 GitHub 上查看↗6,467
  • cri-o/cri-ocri-o 的头像

    cri-o/cri-o

    5,629在 GitHub 上查看↗

    CRI-O is an open-source container runtime that implements the Kubernetes Container Runtime Interface (CRI) to manage container images, pods, and containers on cluster nodes using OCI-compatible runtimes. It serves as a node-level container manager that handles image pulling, container lifecycle, and resource monitoring for Kubernetes clusters, running containers according to the Open Container Initiative specifications. The runtime distinguishes itself through live configuration reloading that applies changes to runtime definitions, registry mirrors, and TLS certificates without restarting th

    Includes verbose status details for pods that have dropped their infra container.

    Go
    在 GitHub 上查看↗5,629
  • zerobias/effectorzerobias 的头像

    zerobias/effector

    4,837在 GitHub 上查看↗

    Effector is a reactive state management library and data flow orchestrator designed for building complex, event-driven applications. It models application logic as a directed acyclic graph, where state updates and asynchronous side effects propagate automatically through declarative pipelines. By decoupling business logic from user interface layers, it allows developers to maintain state in independent containers that communicate via standard interfaces, ensuring the system remains framework-agnostic. The library distinguishes itself through its robust support for isolated execution scopes, w

    Logs exceptions occurring during computation branches and halts execution to prevent corrupted state while providing diagnostic information.

    TypeScript
    在 GitHub 上查看↗4,837
  • effector/effectoreffector 的头像

    effector/effector

    4,837在 GitHub 上查看↗

    Effector is a reactive state management library designed for building complex, event-driven applications. It functions as a data flow engine that models application logic as a directed acyclic graph, ensuring that state updates propagate automatically through interconnected nodes. By utilizing atomic state updates and declarative unit composition, the library maintains data consistency and provides a predictable execution model for managing application state. The project distinguishes itself through its framework-agnostic architecture, which decouples business logic from user interface implem

    Captures errors during asynchronous task execution and routes them to dedicated error signals.

    TypeScriptbusiness-logiceffectorevent-driven
    在 GitHub 上查看↗4,837
  • formidablelabs/react-liveFormidableLabs 的头像

    FormidableLabs/react-live

    4,609在 GitHub 上查看↗

    react-live 是一套用于浏览器内 React 转译、实时编辑和交互式文档的工具。它提供了一个 React 组件,用于构建实时演练场,其中源代码可被实时转译和渲染,并配有提供语法高亮和即时视觉反馈的实时代码编辑器。 该项目支持通过嵌入可编辑的 React 代码示例及其渲染输出来创建动态文档。它支持执行可编辑的标记或函数式组件,允许用户修改代码并立即观察结果行为。 该系统包括动态组件渲染、实时代码转译和全局依赖注入功能。它还具备错误处理机制,可在不导致应用程序崩溃的情况下检测并显示编译、语法和执行错误。

    Captures and renders errors encountered during the transpilation or execution of live code.

    TypeScriptcomponent-playgroundlivereact
    在 GitHub 上查看↗4,609
  • zio/ziozio 的头像

    zio/zio

    4,347在 GitHub 上查看↗

    ZIO is a functional effect system for the JVM that models asynchronous and concurrent programs as pure, composable values with typed error handling and dependency injection. Its core identity is built on fiber-based concurrency, where lightweight, non-blocking fibers execute millions of concurrent tasks with structured lifecycle management, and a dual-channel error model that separates expected business failures from unexpected system defects at compile time. The system provides effect-typed dependency injection through a layer-based dependency graph, pull-based reactive stream processing with

    Inspects the outcome of an effect as either a success value or a failure with a full cause chain.

    Scalaasynchronicityasynchronousasynchronous-programming
    在 GitHub 上查看↗4,347
  • ochinchina/supervisordochinchina 的头像

    ochinchina/supervisord

    4,262在 GitHub 上查看↗

    该项目是一个 Go 进程监督器,旨在启动和监控多个后台程序,并具有自动重启和生命周期管理功能。它作为一个用于协调守护进程执行的系统,通过集中配置确保连续运行。 该监督器的特色在于多个远程管理接口,包括进程管理 REST API、XML-RPC 控制器以及用于监控和控制进程的内置 Web 仪表板。它具有一个 Prometheus 监控导出器,通过专用 HTTP 端点提供实时性能指标,并使用基本身份验证保护这些远程接口。 该系统涵盖了广泛的功能领域,包括具有基于大小轮转的日志管理、通过 TCP 和 HTTP 轮询的自动健康检查,以及通过基于组的优先级调度进行的服务生命周期编排。它还提供事件驱动的操作触发器、用于清理僵尸进程的子进程收割器,以及用于手动进程控制的命令行界面。 该软件包括用于配置模板生成的实用程序,并可以作为系统服务使用自定义环境文件进行集成。

    Captures standard output and error streams from child processes into files with configurable rotation and size limits.

    Go
    在 GitHub 上查看↗4,262
  • fabien-d/alertify.jsfabien-d 的头像

    fabien-d/alertify.js

    4,225在 GitHub 上查看↗

    alertify.js 是一个 JavaScript 通知库和模态对话框框架。它提供了一个用于创建可自定义的警告、确认和提示对话框的系统,以替代标准浏览器通知,同时还包含一个用于非侵入式状态消息的非阻塞警报系统。 该项目具有顺序对话框队列,允许将多个警告和提示窗口按定义的顺序链接在一起。它还包括一个 JavaScript 错误记录器,可捕获全局运行时错误并将其显示为可见通知,以辅助调试。 该库涵盖了用于通过回调捕获用户输入和确认的交互式对话框原语,以及用于成功和错误状态的系统通知日志。它通过非阻塞 UI 层和基于队列的排序机制来管理这些元素。

    Redirects global window errors to visible notification boxes to simplify the runtime debugging process.

    JavaScript
    在 GitHub 上查看↗4,225
  1. Home
  2. Web Development
  3. Error Handling
  4. Execution Error Captures

探索子标签

  • Effect State InspectionSide-effecting operations that observe the state of a failure without modifying the outcome. **Distinct from Execution Error Captures:** Focuses on non-intrusive inspection (tapping) of the error channel, whereas the candidate focuses on capturing and routing errors.
  • Process-Level Error Logging2 个子标签Capturing stack traces and stdout/stderr from the process level to diagnose framework or infrastructure failures. **Distinct from Execution Error Captures:** Focuses on infrastructure-level process errors rather than concurrent task stream errors.
  • State Update Error CapturesInterception of errors specifically during the process of updating application state to prevent invalid transitions. **Distinct from Execution Error Captures:** Focuses on errors during the reducer/state update phase rather than general task execution or rendering errors.
  • Stream Error CleanupsExecuting side-effects such as logging or resource release when a stream fails, without altering the stream's output. **Distinct from Execution Error Captures:** Distinct from Execution Error Captures: focuses on running cleanup side-effects on stream failure rather than capturing errors from concurrent tasks.