ActiveJob: Async and Inline adapters don't execute my code?

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

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
  • Sidekiq

    Simple, efficient background processing for Ruby

  • I know this doesn’t answer your question directly but I just wanted to point out that if you’re using Sidekiq, it’s at a minimum double as fast to run it directly without AJ, and potentially up to 20x faster. https://github.com/mperham/sidekiq/wiki/Active-Job#performance

  • active-job-style-guide

    This Background Jobs style guide is a list of best practices working with Ruby background jobs.

  • To my best memory, when retries are exhausted, and I hope you mean Sidekiq retries, not Active Job's retries, Sidekiq raises an exception that Active Job catches and runs your error handler (that typically submits to Sentry/Rollbar). The job is moved to the Dead queue. I can't tell the details off the top of my head, the guide has an explanation why using Active Job retries with Sidekiq is a bad idea. https://github.com/toptal/active-job-style-guide#retries

  • 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
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

  • 3 one-person million dollar online businesses

    2 projects | /r/Business_Ideas | 4 Dec 2023
  • Exploring concurrent rate limiters, mutexes, semaphores

    2 projects | dev.to | 11 Sep 2023
  • Sidekiq and managing resumable jobs?

    2 projects | /r/rails | 24 May 2023
  • Organize Business Logic in Your Ruby on Rails Application

    4 projects | dev.to | 17 May 2023
  • How to mitigate being rate limited by a third party API?

    1 project | /r/rails | 5 May 2023