What are some popular background job processing frameworks in the Rust ecosystem?

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • pueue

    :stars: Manage your shell commands.

  • This is the only one I know of: https://github.com/Nukesor/pueue

  • BeanstalkD

    Beanstalk is a simple, fast work queue.

  • It's not rust (it's C), but beanstalkd is a pretty incredible work queue that processes millions of jobs a day (10K+/s at peak) for my company. I know there are a few rust drivers available.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • Faktory

    Language-agnostic persistent background job server

  • There is faktory, from the author of Sidekiq, which is language-agnostic (the server is written in Go).

  • fang

    Background processing for Rust

  • Something like this? fang

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

  • Sequential and parallel execution of long-running shell commands

    7 projects | news.ycombinator.com | 20 Mar 2024
  • Looking for a pueue debian maintainer

    1 project | /r/debian | 7 Jun 2023
  • How can I run commands in parallel and write the output of each command to different linux terminals, one linux terminal for each command running in parallel.

    2 projects | /r/bash | 17 Feb 2023
  • Systemd timer having service running one after the other at a set time.

    1 project | /r/archlinux | 17 Feb 2023
  • Should I use async or multiprocessing in my project and which library to use?

    2 projects | /r/rust | 12 Nov 2022