solid_queue

Database-backed Active Job backend (by rails)

Solid_queue Alternatives

Similar projects and alternatives to solid_queue

  1. Judoscale

    Save 47% on cloud hosting with autoscaling that just works. Judoscale integrates with Rails, Sidekiq, Solid Queue, and more to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up job queues.

    Judoscale logo
  2. Sidekiq

    Simple, efficient background processing for Ruby

  3. hyperfine

    A command-line benchmarking tool

  4. MindsDB

    84 solid_queue VS MindsDB

    AI's query engine - Platform for building AI that can learn and answer questions over large scale federated data.

  5. kamal

    Deploy web apps anywhere.

  6. good_job

    Multithreaded, Postgres-based, Active Job backend for Ruby on Rails.

  7. wrk

    Modern HTTP benchmarking tool

  8. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  9. artillery

    33 solid_queue VS artillery

    The complete load testing platform. Everything you need for production-grade load tests. Serverless & distributed. Load test with Playwright. Load test HTTP APIs, GraphQL, WebSocket, and more. Use any Node.js module.

  10. rq

    30 solid_queue VS rq

    Simple job queues for Python

  11. server

    28 solid_queue VS server

    The Triton Inference Server provides an optimized cloud and edge inferencing solution. (by triton-inference-server)

  12. pgqueuer

    PgQueuer is a Python library leveraging PostgreSQL for efficient job queuing.

  13. harlequin

    The SQL IDE for Your Terminal.

  14. Tribuo

    Tribuo - A Java machine learning library

  15. pgmq

    16 solid_queue VS pgmq

    A lightweight message queue. Like AWS SQS and RSMQ but on Postgres.

  16. huey

    14 solid_queue VS huey

    a little task queue for python

  17. libwebsockets

    canonical libwebsockets.org networking library

  18. river

    Fast and reliable background jobs in Go (by riverqueue)

  19. wasmer-java

    ☕ WebAssembly runtime for Java

  20. smoothmq

    An improved drop-in replacement for SQS

  21. riverqueue-python

    Python insert-only client for River.

  22. 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
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better solid_queue alternative or higher similarity.

solid_queue discussion

Log in or Post with

solid_queue reviews and mentions

Posts with mentions or reviews of solid_queue. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-10-31.
  • Replacing Cron Jobs With Active Jobs in Rails
    1 project | dev.to | 18 Dec 2024
    We have to start by adding the Solid Queue gem to our bundle, installing it, then running the installer to set up the initial config files for our application:
  • Solid Queue 101: Processamento em Background no Rails 8.
    1 project | dev.to | 18 Nov 2024
  • What's New in Ruby on Rails 8
    8 projects | dev.to | 31 Oct 2024
    With Rails 8, you can handle all these with just SQLite, thanks to three new database-backed adapters: Solid Cable, Solid Cache, and Solid Queue.
  • Ask HN: I'm interested in something similar to Rails' Solid Queue for Go
    2 projects | news.ycombinator.com | 12 Oct 2024
    I'm seeking alternatives for my current queue system, which uses Golang and Redis. I'm interested in something similar to Rails' Solid Queue (https://github.com/rails/solid_queue).

    During my search, I came across River (https://riverqueue.com).

    Has anyone here used River in a production environment? I'd appreciate any feedback or experiences.

  • Show HN: PgQueuer – Transform Your PostgreSQL into a Powerful Job Queue
    23 projects | news.ycombinator.com | 18 Aug 2024
    There’s also the new built in SolidQueue.

    https://github.com/rails/solid_queue/

  • solid_queue alternatives - Sidekiq and good_job
    3 projects | 21 Apr 2024
  • How Rails Powers PopaDex for Simplified Financial Planning
    2 projects | dev.to | 30 Mar 2024
    One of the key challenges in any applications is managing long-running tasks without affecting the user experience. PopaDex leverages the solid_queue gem to handle background processing efficiently. This "DB-based queuing backend for Active Job" allows for tasks such as report generation and notifications to be processed in the background, ensuring the application remains responsive. The beauty of solid_queue lies in its simplicity and efficiency, obviating the need for more complex solutions like Redis or Sidekiq for background job management. This choice offers several distinct advantages:
  • Tuning Rails application structure
    2 projects | dev.to | 15 Feb 2024
    Once we are done with default gems, should we look into something we usually use? That's jwt because we need session tokens for our API. Next comes our one and only sidekiq. For a long period of time it was the best in town solution for background jobs. Now we could also consider solid_queue or good_job. In development and testing groups we need rspec-rails, factory_bot_rails and ffaker. Dealing with money? Start doing it properly from the beginning! Do not forget to install money-rails. Once everything is added to the Gemfile do not forget to trigger bundle install.
  • Ruby on Rails load testing habits
    5 projects | news.ycombinator.com | 25 Jan 2024
    Rails isn't super opinionated about database writes, its mostly left up to developers to discover that for relational DBs you do not want to be doing a bunch of small writes all at once.

    That said it specifically has tools to address this that started appearing a few years ago https://github.com/rails/rails/pull/35077

    The way my team handles it is to stick Kafka in between whats generating the records (for us, a bunch of web scraping workers) and and a consumer that pulls off the Kafka queue and runs an insert when its internal buffer reaches around 50k rows.

    Rails is also looking to add some more direct background type work with https://github.com/basecamp/solid_queue but this is still very new - most larger Rails shops are going to be running a second system and a gem called Sidekiq that pulls jobs out of Redis.

  • FLaNK Weekly 08 Jan 2024
    41 projects | dev.to | 8 Jan 2024
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 20 Apr 2025
    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. Learn more →

Stats

Basic solid_queue repo stats
11
2,091
9.4
27 days ago

Sponsored
Save 47% on cloud hosting with autoscaling that just works
Judoscale integrates with Rails, Sidekiq, Solid Queue, and more to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up job queues.
judoscale.com

Did you know that Ruby is
the 12th most popular programming language
based on number of references?