Class: ActiveJob::QueueAdapters::SqsAsyncAdapter

Inherits:
SqsAdapter
  • Object
show all
Defined in:
lib/active_job/queue_adapters/sqs_async_adapter.rb

Overview

Async adapter for Amazon SQS ActiveJob

This adapter queues jobs asynchronously (ie non-blocking). Error handler can be configured with Aws::Rails::SqsActiveJob.config.async_queue_error_handler.

To use this adapter, set up as:

config.active_job.queue_adapter = :sqs_async

Method Summary

Methods inherited from SqsAdapter

#enqueue, #enqueue_after_transaction_commit?, #enqueue_all, #enqueue_at