Showing 73 open source projects for "scheduler linux"

View related business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
    Try free now
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
    Get started free
  • 1
    Task Scheduler

    Task Scheduler

    Cooperative multitasking for Arduino, ESPx, STM32, nRF and more

    Cooperative multitasking for Arduino, ESPx, STM32 and other microcontrollers. A lightweight implementation of cooperative multitasking (task scheduling). An easier alternative to preemptive programming and frameworks like FreeRTOS. You mostly do not need to worry about pitfalls of concurrent processing (races, deadlocks, livelocks, resource sharing, etc.). The fact of cooperative processing takes care of such issues by design.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Descheduler

    Descheduler

    Descheduler for Kubernetes

    Scheduling in Kubernetes is the process of binding pending pods to nodes, and is performed by a component of Kubernetes called kube-scheduler. The scheduler's decisions, whether or where a pod can or can not be scheduled, are guided by its configurable policy which comprises of set of rules, called predicates and priorities. The scheduler's decisions are influenced by its view of a Kubernetes cluster at that point of time when a new pod appears for scheduling. As Kubernetes clusters are very...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    Tokio

    Tokio

    A runtime for writing reliable asynchronous applications with Rust

    Build reliable network applications without compromising speed, with Tokio! Tokio is an event-driven, non-blocking I/O platform and asynchronous runtime for the Rust programming language that allows you to write reliable and slim network applications. At a high level, Tokio provides a number of components needed for building asynchronous applications. These include a multithreaded, work-stealing based task scheduler; a reactor that's supported by the operating system's event queue...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Flask-APScheduler

    Flask-APScheduler

    Adds APScheduler support to Flask

    Flask-APScheduler is a Flask extension that adds support for the APScheduler. Loads scheduler configuration from Flask configuration. Loads job definitions from Flask configuration. Allows to specify the hostname which the scheduler will run on. Provides a REST API to manage the scheduled jobs. Provides authentication for the REST API. Integrates with Flask Blueprints.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 5
    Trivy Operator

    Trivy Operator

    Kubernetes-native security toolkit

    The Trivy Operator leverages Trivy to continuously scan your Kubernetes cluster for security issues. The scans are summarised in security reports as Kubernetes Custom Resource Definitions, which become accessible through the Kubernetes API. The Operator does this by watching Kubernetes for state changes and automatically triggering security scans in response. For example, a vulnerability scan is initiated when a new Pod is created. This way, users can find and view the risks that relate to...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Kueue

    Kueue

    Kubernetes-native Job Queueing

    ... with standard kube-scheduler, cluster-autoscaler, and the rest of the Kubernetes ecosystem. This combination allows Kueue to run both on-prem and in the cloud, where resources can be heterogeneous, fungible, and dynamically provisioned.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Rocketry

    Rocketry

    Modern scheduling library for Python

    Scheduler to power your Python apps. Rocketry is a modern statement-based scheduling framework for Python. It is simple, clean and extensive. It is suitable for small and big projects. Unlike the alternatives, Rocketry's scheduler is statement-based. Rocketry natively supports the same scheduling strategies as the other options, including cron and task pipelining, but it can also be arbitrarily extended using custom scheduling statements. Rocketry is suitable for quick automation projects...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Laravel Short Schedule

    Laravel Short Schedule

    Schedule artisan commands to run at a sub-minute frequency

    Schedule artisan commands to run at a sub-minute frequency. If you need to execute something with a higher frequency, for example, every second, then you've come to the right package. Laravel's native scheduler allows you to schedule Artisan commands to run every minute.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Laravel Snooze

    Laravel Snooze

    A package to simplify automating future notifications and reminders

    A package to simplify automating future notifications and reminders in Laravel. If your scheduler stops working, a backlog of scheduled notifications will build up. To prevent users from receiving all of the old scheduled notifications at once, the command will only send mail within the configured tolerance. By default, this is set to 24 hours, so only mail scheduled to be sent within that window will be sent. This can be configured (in seconds) using the SCHEDULED_NOTIFICATION_SEND_TOLERANCE...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Save hundreds of developer hours with components built for SaaS applications. Icon
    Save hundreds of developer hours with components built for SaaS applications.

    The #1 Embedded Analytics Solution for SaaS Teams.

    Whether you want full self-service analytics or simpler multi-tenant security, Qrvey’s embeddable components and scalable data management remove the guess work.
    Try Developer Playground
  • 10
    Thread Affinity

    Thread Affinity

    Bind a java thread to a given core

    Lets you bind a thread to a given core, this can improve performance (this library works best on linux). Java-Thread-Affinity will try to use JNA to provide access to native thread-handling functions. JNA should be installed on your system to get the most from this library. Java-Thread-Affinity currently depends on JNA version 4.4.0, which in turn depends on a version of GLIBC >= 2.14. If your operating system is an old one, with a version of GLIBC released before 2011, this library...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Laravel Haystack

    Laravel Haystack

    Supercharged job chains for Laravel

    Laravel Haystack provides supercharged job chains for Laravel. It comes with powerful features like delaying jobs for as long as you like, applying middleware to every job, sharing data and models between jobs and even chunking jobs. Laravel Haystack supports every queue connection/worker out of the box. (Database, Redis/Horizon, SQS). It's great if you need to queue thousands of jobs in a chain or if you are looking for features that the original Bus chain doesn't provide. If you need to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    GitHub Actions for Firebase

    GitHub Actions for Firebase

    GitHub Action for interacting with Firebase

    ... extra care and escape the quotes or the YAML breaks. A normal service account key(json format) or a base64 encoded service account key with the needed permissions for what you are trying to deploy/update. If you're deploying functions, you would also need the Cloud Functions Developer role, and the Cloud Scheduler Admin for scheduled functions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    EnTT

    EnTT

    A fast and reliable entity component system (ECS) and much more

    EnTT is a header-only, tiny and easy to use library for game programming and much more written in modern C++. Among others, it's used in Minecraft by Mojang, the ArcGIS Runtime SDKs by Esri and the amazing Ragdoll. The entity-component-system (also known as ECS) is an architectural pattern used mostly in game development. This project started off as a pure entity-component system. Over time the codebase has grown as more and more classes and functionalities were added. Statically generated...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Apache MXNet (incubating)

    Apache MXNet (incubating)

    A flexible and efficient library for deep learning

    Apache MXNet is an open source deep learning framework designed for efficient and flexible research prototyping and production. It contains a dynamic dependency scheduler that automatically parallelizes both symbolic and imperative operations. On top of this is a graph optimization layer, overall making MXNet highly efficient yet still portable, lightweight and scalable.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 15
    Lad

    Lad

    Lad is the best Node.js framework

    ... scheduler with cron and human-readable syntax (backed by Mongoose and Bree). Passport-based authentication and group-based (Unix-like) permissioning. Stripe-inspired error handling. Mongoose and MongoDB with common database plugins. Email template engine with Nodemailer and local rendering. The proxy eliminates the need for Nginx reverse-proxy or Apache virtual hosts. Multilingual through built-in i18n translation support (see configuration).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Oddjob

    Java Job Scheduling and Task Automation

    A flexible job scheduler for the distributed environment. Schedule a job on any server - from any server. Create dependencies and trigger alerts across the network. Monitor and control it all from your desktop.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Qvu Data Service

    Qvu Data Service

    Qvu Data Service is an ad-hoc query, reporting and api data service

    ... authentication. Data query and report documents can be run automatically via the included scheduler and delivered via email attachments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    ulttiny

    tiny User Level Threads library

    The ulttiny library is small, easy to use and very fast. It's optimized especially for scenarios where tasks and task groups are dynamically and concurrently created on the fly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Coravel

    Coravel

    Near-zero config .NET Core micro-framework

    Near-zero config .NET Core library that makes Task Scheduling, Caching, Queuing, Mailing, Event Broadcasting (and more) a breeze! Coravel is designed to be intuitive and straightforward so you can focus on your app. Stop wasting hours on configuring your boilerplate/infrastructural code and focus on delivering value to your customers. Coravel is designed from the ground-up to hook into .NET Core with zero-fuss. Usually, you have to configure a cron job or a task via Windows Task Scheduler...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Scriper

    Scriper

    .Net Core desktop application for running scripts

    Are you tired from everyday searching application and scripts? Using Scriper you can manage and run all yours scripts or applications from one place. Simply add script to Scriper and run it by run button. Actual version supports these file extensions (scripts): Windows Proccess - .bat PowerShell - .ps1, .ps2 Python - .py Exe - .exe Linux Shell - .sh Javascript - .js Wiki https://github.com/Gramli/Scriper/wiki
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    lad.sh

    lad.sh

    Demo for Lad - The Best Node.js Framework

    Lad scaffolds a Koa web app and API framework for Node.js. Built on top of Koa, the successor to Express. This full-stack web server uses the latest versions of Pug, Gulp, Sass, PostCSS, Bootstrap, and more. Inspired by Stripe, the RESTful API server also uses Koa and has a complete stack with error handling, authentication, and tests. Layered on top of Bree, the job scheduler supports cron and human-readable syntax, child processes, and more. Redirect HTTP to HTTPS traffic with support...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Duplicati

    Duplicati

    Store securely encrypted backups in the cloud!

    ... on all major platforms (Windows, Linux and OSX). Unlike many other backup solutions, Duplicati ensures that your data is stored securely far away and updated regularly. Incremental updates means it saves on bandwidth and storage space, with a scheduler that automatically keeps your backups up to date.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    sysbench

    sysbench

    Scriptable database and system performance benchmark

    sysbench is a scriptable multi-threaded benchmark tool based on LuaJIT. It is most frequently used for database benchmarks, but can also be used to create arbitrarily complex workloads that do not involve a database server. extensive statistics about rate and latency is available, including latency percentiles and histograms. Low overhead even with thousands of concurrent threads. sysbench is capable of generating and tracking hundreds of millions of events per second. New benchmarks can be...
    Downloads: 16 This Week
    Last Update:
    See Project
  • 24

    xjobs

    Command line tool to run batches of jobs in parallel.

    xjobs has a command line interface similar to xargs to start processes, but runs processes in parallel and provides enhanced concepts for I/O redirection.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 25
    Network Function Framework for Go

    Network Function Framework for Go

    NFF-Go -Network Function Framework for GO (former YANFF)

    NFF-Go is a set of libraries for creating and deploying cloud-native Network Functions (NFs). It simplifies the creation of network functions without sacrificing performance. We are now supporting AF_XDP and supporting(almost) getting packets directly from Linux. So you do not need to write 3(three) different applications to process packets coming from different type of drivers of PMDs. You just write everything in NFF-Go, and it can dynamically use whatever you would like underneath. Contact...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next