-
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.
-
I’ve also used https://github.com/RichardKnop/machinery for for a few projects and it’s solid.
-
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
-
-
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
Related posts
-
How to run periodic tasks?
-
IndieWebifying my Website Part 1 - Microformats and Webmentions
-
Issues we've encountered while building a Kafka based data processing pipeline
-
Any one knows a job worker project (like Celery) + distributed cron written in Go
-
Pgroll – Zero-downtime, reversible, schema changes for PostgreSQL (new website)