Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

awesome-queues-jobs-and-tasks

A curated list of awesome queueing systems for background jobs and distributed tasks.
https://github.com/tonyhb/awesome-queues-jobs-and-tasks

Last synced: 1 day ago
JSON representation

  • Uncategorized

    • Uncategorized

      • Faktory - A self-hosted distributed task queue written in Go, with SDKs available for many languages
      • Celery
      • RQ
      • Tasqueue - A task queue service backed by Redis or NATS. It supports cron, but not delayed jobs.
      • Asynq - A task queue service backed by Redis.
      • BullMQ - A message queue for NodeJS backed by redis
      • Temporal - A durable execution system: reliable, automatic queueing that handles high scale.
      • SQS - A cloud message queue from AWS. Supports elastic scale, and delaying jobs up to 15m ahead of time.
      • Sidekiq - A very common background task runner for Ruby, backed by Redis.
      • Inngest - An event-driven queue, running serverless functions in any language