instance method
queue_adapter_name
Ruby on Rails 6.0.6
Since v5.2.8.1Signature
queue_adapter_name()
Returns string denoting the name of the configured queue adapter. By default returns +“async”+.
Source
# File activejob/lib/active_job/queue_adapter.rb, line 27
def queue_adapter_name
_queue_adapter_name
end
Defined in activejob/lib/active_job/queue_adapter.rb line 27
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveJob::QueueAdapter::ClassMethods