Do you know of a robust library that handles persistent job scheduling and queuing using PostgreSQL

This page summarizes the projects mentioned and recommended in the original post on /r/golang

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • cadence

    Cadence is a distributed, scalable, durable, and highly available orchestration engine to execute asynchronous long-running business logic in a scalable and resilient way.

    There's cadence which is made by Uber: https://cadenceworkflow.io/

  • CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  • machinery

    Machinery is an asynchronous task queue/job queue based on distributed message passing.

    I’ve also used https://github.com/RichardKnop/machinery for for a few projects and it’s solid.

  • Faktory

    Language-agnostic persistent background job server

    There’s also https://github.com/contribsys/faktory which I think is by the author of Sidekiq? I don’t have any prod experience (wasn’t mature at the time) but that was a few years ago

  • cheek

    cheek: a pico-sized declarative job scheduler

  • pg_cron

    Run periodic jobs in PostgreSQL

    If you just want scheduling queries, you can use this https://github.com/citusdata/pg_cron

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How to run periodic tasks?

    3 projects | /r/golang | 7 Apr 2023
  • IndieWebifying my Website Part 1 - Microformats and Webmentions

    3 projects | dev.to | 12 Nov 2022
  • Issues we've encountered while building a Kafka based data processing pipeline

    2 projects | news.ycombinator.com | 18 Oct 2021
  • Any one knows a job worker project (like Celery) + distributed cron written in Go

    3 projects | /r/golang | 6 Oct 2021
  • Pgroll – Zero-downtime, reversible, schema changes for PostgreSQL (new website)

    1 project | news.ycombinator.com | 11 Dec 2024

Did you konow that Go is
the 4th most popular programming language
based on number of metions?