awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
carlescere avatar

carlescere/scheduler

0
View on GitHub↗
469 stars·51 forks·Go·MIT·11 views

Scheduler

Job scheduling made easy.

Features

  • Job Scheduling - Simple cron-style job scheduling.
  • Job Schedulers - Library for simplifying cron-style job scheduling.

Star history

Star history chart for carlescere/schedulerStar history chart for carlescere/scheduler

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Scheduler

These projects share indexed features with Scheduler. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • kilgaloon/leprechaunkilgaloon avatar

    kilgaloon/leprechaun

    107View on GitHub↗

    You had one job, or more then one, which can be done in steps

    Go
    View on GitHub↗107
  • bamzi/jobrunnerbamzi avatar

    bamzi/jobrunner

    1,088View on GitHub↗

    Framework for performing work asynchronously, outside of the request flow

    Go
    View on GitHub↗1,088
  • go-co-op/gocrongo-co-op avatar

    go-co-op/gocron

    7,071View on GitHub↗

    gocron is a task scheduling library for Go designed to automate recurring tasks using crontab expressions, fixed durations, and specific calendar dates. It functions as a concurrent job manager and execution monitor that tracks task lifecycles and performance. The project provides distributed task scheduling through leader election and distributed locking to prevent duplicate job execution across multiple nodes. It further distinguishes itself with a concurrency management system that implements singleton constraints and global execution quotas to protect system resources. The scheduler cove

    Go
    View on GitHub↗7,071
  • onatm/clockwerkonatm avatar

    onatm/clockwerk

    182View on GitHub↗

    Job Scheduling Library

    Gocrongogolang
    View on GitHub↗182
Compare all 28 related projects→

Frequently asked questions

What does carlescere/scheduler do?

Job scheduling made easy.

What are the main features of carlescere/scheduler?

The main features of carlescere/scheduler are: Job Scheduling, Job Schedulers.

Which projects share features with carlescere/scheduler?

Projects with overlapping indexed features include: onatm/clockwerk — Job Scheduling Library. reugn/go-quartz — Minimalist and zero-dependency scheduling library for Go. go-co-op/gocron — gocron is a task scheduling library for Go designed to automate recurring tasks using crontab expressions, fixed… kilgaloon/leprechaun — You had one job, or more then one, which can be done in steps. bamzi/jobrunner — Framework for performing work asynchronously, outside of the request flow. rk/go-cron — A simple Cron library for go that can execute closures or functions at varying intervals, from once a second to once a…