Distributed asynchronous tasks?

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

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • cron

    a cron library for go

  • time.Ticker or https://github.com/robfig/cron

  • machinery

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

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • 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.

  • Used to work with Python and Celery, and this is the closest equivalent I can think of. https://cadenceworkflow.io/ However, it does require quite a bit more DevOps, in the sense that you need to stand up a Cadence Server.

  • proposals

    Temporal proposals (by temporalio)

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