awesome-repositories.com
المدونة
awesome-repositories.com

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

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

75 مستودعات

Awesome GitHub RepositoriesScheduling

Tools for automating, monitoring, and managing the execution timing of tasks and background processes.

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

Awesome Scheduling GitHub Repositories

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

    langchain-ai/langchain

    139,458عرض على GitHub↗

    LangChain is an orchestration framework designed for building, managing, and deploying applications powered by large language models. It provides a unified integration layer that normalizes disparate model provider APIs into a consistent set of primitives, enabling developers to build complex, multi-step AI workflows that manage state, memory, and tool execution. The project distinguishes itself through a durable execution runtime that maintains persistent state across long-running processes by checkpointing progress to external storage. It models agent workflows as directed graphs, allowing

    Quantify scheduled task executions to monitor the volume and frequency of automated operations.

    Pythonagentsaiai-agents
    عرض على GitHub↗139,458
  • kubernetes/kubernetesالصورة الرمزية لـ kubernetes

    kubernetes/kubernetes

    123,197عرض على GitHub↗

    Kubernetes is a distributed container orchestration platform that automates the deployment, scaling, and management of containerized applications across clusters of computing nodes. It functions as a declarative infrastructure controller, utilizing a control loop architecture that continuously monitors the current system state against user-defined configurations to ensure desired operational outcomes. The system relies on a centralized API-driven interface and a replicated key-value store to maintain a consistent source of truth for all cluster objects. The platform distinguishes itself throu

    Calculates optimal workload placement across nodes by evaluating resource constraints and availability to maximize hardware efficiency.

    Gocncfcontainersgo
    عرض على GitHub↗123,197
  • supabase/supabaseالصورة الرمزية لـ supabase

    supabase/supabase

    104,317عرض على GitHub↗

    This project provides an integrated backend platform built around a relational database. It automatically generates REST and GraphQL APIs from database schemas, allowing for direct data interaction through standard requests and client libraries. The platform includes a comprehensive authentication system that manages user identity, session handling, and fine-grained access control through database-native row-level security policies. Beyond core data management, the platform offers specialized services for object storage, vector data processing for semantic search, and real-time communication

    Coordinates scheduled tasks using cron expressions to trigger SQL, database functions, or HTTP webhooks directly within the database engine.

    TypeScriptaialternativeauth
    عرض على GitHub↗104,317
  • oven-sh/bunالصورة الرمزية لـ oven-sh

    oven-sh/bun

    93,257عرض على GitHub↗

    Bun is a high-performance runtime environment designed to execute JavaScript and TypeScript applications with minimal latency and high throughput. Built on a native core implemented in Zig, it provides a unified execution engine that leverages JavaScriptCore for efficient memory management and low-latency startup. The project functions as an all-in-one toolchain, integrating a native bundler, transpiler, package manager, and test runner into a single command-line interface. What distinguishes Bun is its focus on native system integration and developer productivity. It features a high-performa

    Schedules asynchronous callbacks on a recurring basis within the current process lifecycle to handle background logic without external dependencies.

    Rustbunbundlerjavascript
    عرض على GitHub↗93,257
  • laravel/laravelالصورة الرمزية لـ laravel

    laravel/laravel

    84,489عرض على GitHub↗

    Laravel is a comprehensive full-stack web framework designed for building scalable server-side applications. It provides an integrated development environment that centers on an object-relational mapper for database abstraction, a robust routing system, and a sophisticated service container for dependency injection. The framework is built to handle complex application requirements through a modular architecture that emphasizes convention over configuration. What distinguishes Laravel is its deep integration of background processing and event-driven communication. It features a task queue orch

    Wraps job execution logic with reusable layers to handle cross-cutting concerns like throttling and overlap prevention.

    Bladeframeworklaravelphp
    عرض على GitHub↗84,489
  • apache/supersetالصورة الرمزية لـ apache

    apache/superset

    73,451عرض على GitHub↗

    Superset is a web-based business intelligence platform designed for data exploration, visualization, and interactive dashboarding. It functions as a query-driven analytics engine that connects to various SQL databases, allowing users to perform ad-hoc analysis, define virtual metrics, and build complex data visualizations through a centralized interface. The platform distinguishes itself through a robust semantic layer that transforms raw database schemas into calculated columns and virtual metrics, enabling consistent business logic across an organization. It features a plugin-based visualiz

    Offloads long-running database queries to background workers to prevent web request timeouts.

    TypeScriptanalyticsapacheapache-superset
    عرض على GitHub↗73,451
  • unclecode/crawl4aiالصورة الرمزية لـ unclecode

    unclecode/crawl4ai

    68,644عرض على GitHub↗

    Crawl4AI is an AI-powered web crawling and data extraction engine designed to transform complex web content into structured formats. It functions as a headless browser orchestrator, enabling the navigation of dynamic websites, the execution of custom scripts, and the capture of visual assets like screenshots and PDFs. By integrating language models directly into the extraction workflow, the system converts raw HTML into clean, structured data or Markdown files optimized for downstream ingestion. The platform distinguishes itself through a distributed, self-hosted infrastructure that manages l

    Enables submission of long-running extraction tasks to background queues with automated webhook notifications upon completion.

    Python
    عرض على GitHub↗68,644
  • webpack/webpackالصورة الرمزية لـ webpack

    webpack/webpack

    65,834عرض على GitHub↗

    Webpack is a module bundler that maps project dependencies into a directed acyclic graph to transform diverse file types into optimized, browser-ready assets. It functions as a build pipeline orchestrator, using entry points to recursively resolve imports and bundle modules, scripts, and static assets into a unified output. The project is distinguished by its plugin-based architecture and loader-driven transformation pipeline. It utilizes an event-driven hook system that allows developers to intercept and modify the build process at specific lifecycle stages, enabling custom code transformati

    Manage asynchronous operations through callback functions that signal completion, errors, or returned data.

    JavaScriptamdbuild-toolcommonjs
    عرض على GitHub↗65,834
  • dromara/hutoolالصورة الرمزية لـ dromara

    dromara/hutool

    30,279عرض على GitHub↗

    Hutool is a comprehensive suite of Java extensions designed to serve as a standard library extension. Its primary purpose is to reduce development boilerplate for common programming tasks and data manipulation through a collection of utility classes. The project provides specialized toolkits for database management using active record patterns and connection pooling, as well as network communication via a simplified HTTP client and asynchronous socket management. It includes security and identity capabilities such as symmetric and asymmetric encryption, image captcha generation, and JWT token

    Provides a scheduling system to automate recurring background tasks using cron-style expressions.

    Java
    عرض على GitHub↗30,279
  • apify/crawleeالصورة الرمزية لـ apify

    apify/crawlee

    24,002عرض على GitHub↗

    Crawlee is a web scraping framework designed for building scalable, reliable, and distributed data extraction pipelines. It provides a unified interface for managing headless browser automation and lightweight HTTP requests, allowing developers to handle complex web navigation, dynamic content rendering, and large-scale data collection within a single, modular architecture. The project distinguishes itself through its resource-aware concurrency controller, which dynamically scales task execution based on real-time CPU and memory usage to prevent host machine exhaustion. It also features a rob

    Provides a persistent, asynchronous queueing system to manage and process large-scale web crawling tasks.

    TypeScriptapifyautomationcrawler
    عرض على GitHub↗24,002
  • strml/react-grid-layoutالصورة الرمزية لـ STRML

    STRML/react-grid-layout

    22,320عرض على GitHub↗

    React Grid Layout is a draggable and resizable grid system for React that organizes components into a coordinate-based layout. It functions as a responsive layout manager and a serialized grid state engine, providing the tools necessary to create user-customizable workspaces where interface elements can be moved and resized. The system distinguishes itself through breakpoint-driven layout mapping, which adjusts grid configurations based on container width. It utilizes a serialized state model to convert spatial positions and dimensions into data formats for saving and restoring user layouts,

    Provides collision-aware compaction algorithms that automatically rearrange grid items to fill empty space and resolve overlaps.

    TypeScript
    عرض على GitHub↗22,320
  • react-grid-layout/react-grid-layoutالصورة الرمزية لـ react-grid-layout

    react-grid-layout/react-grid-layout

    22,319عرض على GitHub↗

    React Grid Layout is a toolkit for building draggable, resizable, and responsive dashboard interfaces. It functions as a coordinate-based grid system that reconciles component positions and dimensions through declarative metadata, allowing developers to manage complex collections of UI elements that users can interact with directly. The library distinguishes itself through an automated packing algorithm that maintains structural integrity by shifting elements to fill gaps and resolving overlaps. It supports responsive design by monitoring container width changes against pre-defined breakpoint

    Automatically shifts and packs grid elements to maintain structural integrity and fill gaps.

    TypeScriptdrag-and-dropes2015grid
    عرض على GitHub↗22,319
  • activepieces/activepiecesالصورة الرمزية لـ activepieces

    activepieces/activepieces

    20,887عرض على GitHub↗

    Activepieces is an open-source, self-hosted workflow automation platform designed to connect third-party applications through modular triggers and actions. It provides a low-code integration framework that allows users to build, manage, and execute complex business logic sequences within isolated, sandboxed environments. The platform distinguishes itself through its focus on embeddability and enterprise-grade security. It features an embedded automation builder that can be integrated into external applications via iframes, supported by comprehensive identity and access management tools such a

    Monitors background worker queues to assess system load and task processing status.

    TypeScriptai-agentai-agent-toolsai-agents
    عرض على GitHub↗20,887
  • camel-ai/camelالصورة الرمزية لـ camel-ai

    camel-ai/camel

    17,253عرض على GitHub↗

    This project is a comprehensive framework for building and managing autonomous agent systems. It provides a unified architecture for orchestrating multi-agent societies, where specialized agents collaborate through roleplay to decompose and solve complex tasks. The system integrates language models with external environments, enabling agents to perform real-world actions through a standardized tool-calling abstraction layer. The framework distinguishes itself through its focus on iterative reasoning and data reliability. It employs automated feedback loops to refine agent outputs and self-eva

    Supports asynchronous crawling and mapping of website structures for content discovery.

    Pythonagentai-societiesartificial-intelligence
    عرض على GitHub↗17,253
  • hashicorp/nomadالصورة الرمزية لـ hashicorp

    hashicorp/nomad

    16,211عرض على GitHub↗

    Nomad is a distributed workload orchestrator and infrastructure automation platform designed to manage the lifecycle of applications across large-scale, heterogeneous environments. It functions as a multi-cloud orchestration engine, providing a unified control plane to deploy, scale, and govern containers, virtual machines, and legacy applications. By utilizing declarative job specifications, the system ensures infrastructure convergence and maintains the desired state across distributed data centers and geographic regions. The platform distinguishes itself through a flexible, plugin-based ar

    Provides automated sizing recommendations and bin packing algorithms to maximize hardware efficiency.

    Go
    عرض على GitHub↗16,211
  • dbader/scheduleالصورة الرمزية لـ dbader

    dbader/schedule

    12,245عرض على GitHub↗

    This project is a lightweight Python scheduling library used for managing recurring jobs and automating the execution of functions within a single process. It serves as an event-based task scheduler that triggers functions at specific intervals or weekdays. The library utilizes human-readable timing syntax to schedule periodic function calls. It supports the organization of timed workflows through job tag filtering and provides mechanisms for scheduler state inspection to track planned execution times. The system handles both periodic and specific job scheduling with timezone support. It inc

    Manages a queue of timed events within the memory space of a single Python process.

    Python
    عرض على GitHub↗12,245
  • code4craft/webmagicالصورة الرمزية لـ code4craft

    code4craft/webmagic

    11,680عرض على GitHub↗

    Webmagic is a Java web crawling framework designed for building scalable automated crawlers to download and process large volumes of web pages. It functions as a distributed web crawler and dynamic content crawler, utilizing an XPath HTML parser to locate and extract specific data points from page structures. The framework distinguishes itself through its ability to handle dynamic content by rendering JavaScript and executing asynchronous requests to extract data from non-static pages. It also allows users to define and execute crawler logic via scripting languages, enabling the update of col

    Manages an asynchronous queue for identifying and processing new URLs discovered during the crawl.

    Javacrawlerframeworkjava
    عرض على GitHub↗11,680
  • aisouler/gkd_subscriptionالصورة الرمزية لـ AIsouler

    AIsouler/GKD_subscription

    11,038عرض على GitHub↗

    This project provides a comprehensive rule engine and configuration framework designed for Android accessibility services. It functions as a repository of structured definitions that enable mobile applications to automatically identify and interact with interface elements, effectively streamlining repetitive tasks and suppressing unwanted content. The system distinguishes itself through its ability to manage and distribute complex subscription rule sets that target specific interface structures, such as splash screen advertisements, update prompts, and promotional pop-ups. By utilizing these

    Automates routine user interactions and button clicks within third-party mobile applications to streamline workflows.

    TypeScriptgkdgkd-subscriptiontypescript
    عرض على GitHub↗11,038
  • haltu/muuriالصورة الرمزية لـ haltu

    haltu/muuri

    10,954عرض على GitHub↗

    Muuri is a JavaScript grid layout library and draggable UI framework used to create responsive grids with drag-and-drop reordering, sorting, and animated filtering. It features a nested grid system that allows full grid instances to be embedded inside other grid items to create hierarchical structures. The library uses a web worker layout engine to offload heavy coordinate calculations to background threads, maintaining interface responsiveness during complex rearrangements. The system provides interactive capabilities for moving items between multiple containers, filtering visibility based

    Implements algorithms for automatically arranging and compacting grid items to fill empty space and minimize gaps.

    JavaScriptbin-packingdnddrag-and-drop
    عرض على GitHub↗10,954
  • yutiansut/quantaxisالصورة الرمزية لـ yutiansut

    yutiansut/QUANTAXIS

    9,955عرض على GitHub↗

    Quantaxis is a quantitative trading framework designed for building, backtesting, and executing automated strategies across global equities, futures, and cryptocurrencies. It integrates an event-driven backtesting engine, a multi-market execution gateway for order routing, and a quantitative data pipeline for ingesting and storing multi-asset market data. The system features a Rust-accelerated financial library that utilizes Apache Arrow for high-performance technical indicator calculation and zero-copy data processing. It provides a containerized infrastructure model designed for orchestrati

    Implements asynchronous query execution to improve data retrieval speed for large financial datasets.

    Pythonquant
    عرض على GitHub↗9,955
السابق123…4التالي
  1. Home
  2. DevOps & Infrastructure
  3. Scheduling

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

  • Asynchronous Crawl Queues1 وسم فرعيInfrastructure for managing and processing long-running data extraction jobs in the background.
  • Asynchronous LoadersMechanisms for handling data fetching or resource loading using callback-based completion and error signaling.
  • Asynchronous Query ExecutionThe offloading of database queries to background workers to prevent request timeouts.
  • Bin-Packing Schedulers2 وسوم فرعيةAlgorithms that optimize resource utilization by packing workloads based on constraints.
  • Cron Expression ParsersUtilities for interpreting standard cron timing strings.
  • Cron Job Automation2 وسوم فرعيةAutomation of periodic system tasks using cron-style scheduling syntax. **Distinct from Cron Job Monitoring:** Distinct from Cron Job Monitoring: focuses on the automation and execution of tasks rather than tracking them.
  • Cron Job Monitoring2 وسوم فرعيةTools for tracking and counting scheduled task executions.
  • Database Job Schedulers3 وسوم فرعيةSchedulers integrated directly into the database engine for executing SQL or functions.
  • In-Process Task Schedulers4 وسوم فرعيةSchedulers that execute asynchronous tasks within the memory space and lifecycle of the host process.
  • Job Middleware1 وسم فرعيWrappers for job execution logic that handle cross-cutting concerns like rate limiting and throttling.
  • Worker Monitoring Interfaces1 وسم فرعيDashboards or tools used to track the health, status, and performance of background task workers.