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
bamzi avatar

bamzi/jobrunner

0
View on GitHub↗
1,088 stars·98 forks·Go·MIT·12 views

Jobrunner

Framework for performing work asynchronously, outside of the request flow

Features

  • Job Scheduling - Cron job scheduler with task queues and monitoring.
  • Task Scheduling and Queues - Background job runner.
  • Job Schedulers - Cron scheduler featuring job queuing and live monitoring.

Star history

Star history chart for bamzi/jobrunnerStar history chart for bamzi/jobrunner

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. 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

Open-source alternatives to Jobrunner

Similar open-source projects, ranked by how many features they share with Jobrunner.
  • 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
  • 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
  • carlescere/schedulercarlescere avatar

    carlescere/scheduler

    469View on GitHub↗

    Job scheduling made easy.

    Go
    View on GitHub↗469
  • onatm/clockwerkonatm avatar

    onatm/clockwerk

    182View on GitHub↗

    Job Scheduling Library

    Gocrongogolang
    View on GitHub↗182
See all 30 alternatives to Jobrunner→

Frequently asked questions

What does bamzi/jobrunner do?

Framework for performing work asynchronously, outside of the request flow

What are the main features of bamzi/jobrunner?

The main features of bamzi/jobrunner are: Job Scheduling, Task Scheduling and Queues, Job Schedulers.

What are some open-source alternatives to bamzi/jobrunner?

Open-source alternatives to bamzi/jobrunner include: go-co-op/gocron — gocron is a task scheduling library for Go designed to automate recurring tasks using crontab expressions, fixed… onatm/clockwerk — Job Scheduling Library. reugn/go-quartz — Minimalist and zero-dependency scheduling library for Go. kilgaloon/leprechaun — You had one job, or more then one, which can be done in steps. carlescere/scheduler — Job scheduling made easy. 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…