Showing 100 open source projects for "scheduled tasks"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 1
    Monitor scheduled tasks in a Laravel app

    Monitor scheduled tasks in a Laravel app

    Monitor scheduled tasks in a Laravel app

    This package will monitor your Laravel schedule. It will write an entry to a log table in the db each time a scheduled task starts, ends, fails, or is skipped. Using the list command you can check when the scheduled tasks have been executed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    PersistenceSniper

    PersistenceSniper

    Powershell module that can be used by Blue Teams, Incident Responders

    PersistenceSniper is a digitally signed PowerShell module aimed at blue teams and incident responders for automated detection of persistence mechanisms on Windows systems. It implements detection logic for techniques listed in MITRE ATT&CK (e.g. registry run keys, scheduled tasks, service modifications) and is regularly updated with new detection paths.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    pg_cron

    pg_cron

    Run periodic jobs in PostgreSQL

    pg_cron is a PostgreSQL extension that allows SQL jobs to be scheduled using cron syntax. It runs inside the database server and lets users automate routine tasks like VACUUM, backups, and custom SQL scripts. Jobs are managed via SQL commands and can run on the same schedule format as standard UNIX cron, making it powerful and easy to use for database administrators and developers alike.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 4
    Hermes Agent

    Hermes Agent

    The agent that grows with you

    ...Rather than functioning as a stateless chatbot, it maintains long-term memory across sessions and can generate searchable “Skill Documents” that capture how it solved complex tasks so it doesn’t start from scratch each time. The agent interfaces with messaging platforms like Telegram, Discord, Slack, and WhatsApp through a single gateway process, and also offers an interactive terminal user interface with history, autocomplete, and streamable tool output. It supports scheduled automation in natural language, allowing users to set up recurring tasks such as daily briefings or system audits that it runs unattended.
    Downloads: 9 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 5
    Healthchecks

    Healthchecks

    A cron monitoring tool written in Python & Django

    We notify you when your nightly backups, weekly reports, cron jobs, and scheduled tasks don't run on time. Healthchecks is a cron job monitoring service. It listens for HTTP requests and email messages ("pings") from your cron jobs and scheduled tasks ("checks"). When a ping does not arrive on time, Healthchecks sends out alerts. Healthchecks comes with a web dashboard, API, 25+ integrations for delivering notifications, monthly email reports, WebAuthn 2FA support, and team management features: projects, team members, and read-only access. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    NanoClaw

    NanoClaw

    A lightweight alternative to Clawdbot / OpenClaw

    ...The project connects directly to WhatsApp, letting you deploy an assistant that can chat in a familiar interface while still supporting real agent behaviors instead of simple call-and-response prompts. It includes memory so the assistant can retain important context across interactions, enabling more consistent follow-through on ongoing tasks. It also supports scheduled jobs, making it suitable for recurring reminders, periodic automations, and timed workflows without needing an external orchestrator.
    Downloads: 27 This Week
    Last Update:
    See Project
  • 7
    Flutter Workmanager

    Flutter Workmanager

    A Flutter plugin which allows you to execute code in the background

    Flutter Workmanager is an open-source Flutter plugin that enables developers to execute Dart code in the background on both Android and iOS devices, even when the application is not actively running. It acts as a wrapper around native background task systems such as Android’s WorkManager and iOS background execution APIs, providing a unified interface for scheduling and managing tasks across platforms. The plugin is designed to handle asynchronous operations that need to run independently of...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 8
    Escrcpy

    Escrcpy

    Graphical Scrcpy to display and control Android, devices

    Display and control your Android device with a graphical interface of Scrcpy powered by Electron.
    Downloads: 45 This Week
    Last Update:
    See Project
  • 9
    Sophia Script for Windows

    Sophia Script for Windows

    The most powerful PowerShell module for fine-tuning Windows

    ...It abstracts over native APIs and offers constructs that make system automation, file manipulation, registry access, and user scripting easier than raw PowerShell or batch scripts. The repository presumably contains runtime, script engine, and library helpers to simplify common Windows tasks (e.g., service control, UI automation, scheduled tasks). Because Windows scripting often involves glue between COM, WMI, and system APIs, Sophia’s design likely aims to unify those surfaces behind consistent semantics. For developers or sysadmins, it offers an alternative tool for building lightweight Windows automation without resorting to full compiled utilities. ...
    Downloads: 54 This Week
    Last Update:
    See Project
  • Catch Bugs Before Your Customers Do Icon
    Catch Bugs Before Your Customers Do

    Real-time error alerts, performance insights, and anomaly detection across your full stack. Free 30-day trial.

    Move from alert to fix before users notice. AppSignal monitors errors, performance bottlenecks, host health, and uptime—all from one dashboard. Instant notifications on deployments, anomaly triggers for memory spikes or error surges, and seamless log management. Works out of the box with Rails, Django, Express, Phoenix, Next.js, and dozens more. Starts at $23/month with no hidden fees.
    Try AppSignal Free
  • 10
    MoneyPrinter V2

    MoneyPrinter V2

    Automate the process of making money online

    MoneyPrinter V2 is an open-source automation platform designed to streamline and scale online income generation workflows by combining content creation, social media automation, and marketing strategies into a single system. It is a complete rewrite of the original MoneyPrinter project, focusing on modularity, extensibility, and broader functionality across multiple monetization channels. The platform operates primarily through Python-based scripts that automate tasks such as generating and...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 11
    Whenever

    Whenever

    Cron jobs in Ruby

    Whenever (javan/whenever) is a Ruby gem that provides a clean, Ruby DSL for defining and managing cron jobs within your application. Rather than editing system cron tables by hand, you describe scheduled tasks in a schedule.rb file using methods like every, runner, command, or rake. The gem then compiles this schedule into a standard crontab format and installs it for you, handling all the necessary quoting, environment setup, and command path resolution. It supports specifying execution contexts, output redirection, and interval offsets (e.g., “every 5 minutes between 9-5 on weekdays”). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    With Advisory Lock

    With Advisory Lock

    Advisory locking for ActiveRecord

    ...It allows developers to wrap critical code sections with database-level locks to prevent race conditions across concurrent processes or threads. It’s especially useful in distributed systems, background job processing, or scheduled tasks where application-level mutexes aren't sufficient.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    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
  • 14
    Laravel Totem

    Laravel Totem

    Manage Your Laravel Schedule From A Web Dashboard

    Manage your Laravel Schedule from a pretty dashboard. Schedule your Laravel Console Commands to your liking. Enable/Disable scheduled tasks on the fly without going back to your code again.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Secure OpenClaw

    Secure OpenClaw

    A personal 24x7 AI assistant like OpenClaw

    Secure-OpenClaw is an open-source project designed to transform your everyday messaging apps like WhatsApp, Telegram, Signal, and iMessage into a 24×7 personal AI assistant that can respond to queries, run tasks, remember context, and interact with external services. Unlike a traditional chatbot that lives in a browser or API dashboard, Secure-OpenClaw runs locally or on your chosen infrastructure and listens for messages on channels you already use, giving you an always-on interface to a powerful agent. It leverages Claude and other models to interpret messages and is built to manage persistent memory, scheduled reminders, and integration with hundreds of third-party apps to automate workflows without leaving your chat. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 16
    Winget-AutoUpdate

    Winget-AutoUpdate

    WAU daily updates apps as system and notify connected users

    Winget-AutoUpdate provides automation around Microsoft’s winget package manager to keep installed applications current without manual intervention. It typically wraps winget upgrade invocations into scheduled tasks, CI jobs, or simple scripts that can run on developer workstations and servers to apply available updates in a controlled way. Implementations often add logging, selective filtering (so only safe or allowed packages are updated), and dry-run reporting so admins can vet changes before deployment. For organizations, it’s a pragmatic bridge between ad-hoc desktop maintenance and a more formal patching pipeline—especially useful where modern app stores aren’t the single source of truth. ...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 17
    Inbox Zero

    Inbox Zero

    AI assistant that automates email tasks to help achieve inbox zero

    Inbox Zero is an open source AI-powered email assistant designed to help users manage and process their inbox more efficiently. It aims to reduce the time spent handling email by automatically organizing, prioritizing, and responding to messages using customizable automation rules and artificial intelligence. Users can define prompts or rule-based actions that guide how the assistant processes incoming messages, enabling automated workflows for sorting, replying, or handling routine...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 18
    Spider

    Spider

    High-performance Rust web crawler and scraper for large-scale data

    Spider is a high-performance web crawler and web scraping library written in Rust that enables developers to crawl and index websites efficiently. It focuses on speed, concurrency, and reliability by using asynchronous and multi-threaded processing to handle large volumes of web pages. It can rapidly crawl websites to collect links, retrieve page content, and extract structured information from HTML documents. Spider can operate concurrently across many pages, allowing it to gather large...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    Kaffy

    Kaffy

    Powerfully simple admin package for phoenix applications

    Kaffy is an Elixir/Phoenix library that provides a powerful, customizable admin interface with minimal setup. Inspired by Django’s built-in admin and Rails’ ActiveAdmin, it allows developers to manage data models, forms, dashboards, and navigation without altering their existing codebase. Kaffy auto-generates CRUD interfaces for your Ecto schemas, supports advanced customizations, and integrates seamlessly with Phoenix projects. It’s designed to be both simple for quick setup and flexible...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    zclaw

    zclaw

    Your personal AI assistant at all-in 888KiB

    ...The project focuses on delivering core assistant capabilities within an extremely small footprint, demonstrating how AI-driven automation can operate on microcontrollers. It includes support for GPIO control, scheduled tasks, memory handling, and other embedded automation features that enable real-world device interaction. The architecture is optimized for efficiency, allowing the full assistant stack to run in under one megabyte of space. By targeting low-power hardware, zclaw explores the future of edge AI assistants that operate independently of large cloud systems. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Laravel Telescope

    Laravel Telescope

    An elegant debug assistant for the Laravel framework

    ...Telescope provides insight into the requests coming into your application, exceptions, log entries, database queries, queued jobs, mail, notifications, cache operations, scheduled tasks, variable dumps, and more. After installing Telescope, publish its assets using the telescope:install Artisan command. After installing Telescope, you should also run the migrate command in order to create the tables needed to store Telescope's data. After publishing Telescope's assets, its primary configuration file will be located at config/telescope.php. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    ImportExcel

    ImportExcel

    PowerShell module to import/export Excel spreadsheets, without Excel

    ...Advanced features include adding and formatting tables, setting number/date formats, creating charts, and applying styling or conditional formatting programmatically. The module is optimized for performance (streaming where possible) and supports large datasets, making it useful for ETL tasks, automated reporting, and data analysis in pure PowerShell environments. It integrates well with scheduled jobs and CI pipelines where generating or consuming spreadsheets is part of an automated workflow.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 23
    GitHub Agentic Workflows

    GitHub Agentic Workflows

    GitHub Agentic Workflows

    GitHub Agentic Workflows is an experimental CLI extension and framework for the gh GitHub CLI that lets developers author automation driven by natural language specifications instead of hand-written code, compiling those descriptions into GitHub Actions workflows that run AI agents (like Copilot, Claude Code, or Codex) on schedule or in response to repository events. By writing intent in markdown files, a developer can quickly generate .yml Actions workflows that perform tasks such as...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 24
    JobRunr

    JobRunr

    An extremely easy way to perform background processing in Java

    Incredibly easy way to perform fire-and-forget, delayed, scheduled and recurring jobs inside Java applications using only Java 8 lambda's. CPU and I/O intensive, long-running and short-running jobs are supported. Persistent storage is done via either RDBMS (e.g. Postgres, MariaDB/MySQL, Oracle, SQL Server, DB2 and SQLite) or NoSQL (ElasticSearch, MongoDB and Redis). JobRunr provides a unified programming model to handle background tasks in a reliable way and runs them on shared hosting, dedicated hosting or in the cloud (hello Kubernetes) within a JVM instance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    nanobot

    nanobot

    🐈 nanobot: The Ultra-Lightweight Clawdbot / OpenClaw

    nanobot is an ultra-lightweight personal AI assistant designed to deliver powerful agent capabilities without unnecessary complexity. Built in just ~4,000 lines of clean, readable code, it offers a minimalist alternative to heavyweight agent frameworks while retaining core intelligence and extensibility. nanobot is optimized for speed and efficiency, enabling fast startup times and low resource usage across environments. Its research-ready architecture makes it easy for developers to...
    Downloads: 5 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next
MongoDB Logo MongoDB