Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Active Job default inline adapter vs async one #19866

Closed
ivanbrykov opened this issue Apr 22, 2015 · 1 comment
Closed

Active Job default inline adapter vs async one #19866

ivanbrykov opened this issue Apr 22, 2015 · 1 comment

Comments

@ivanbrykov
Copy link

The documentation for Queue Adapters enumerates a list of supported backends. The last 2 rows of a table mention built-in adapters: Active Job Inline and Active Job. The last one is mentioned as asynchronous. The question is: where can I find the implementation of this adapter and how do I set up my application to use it?

As far as I can see now, there are following modules being included:

  module QueueAdapters
    extend ActiveSupport::Autoload

    autoload :InlineAdapter
    autoload :BackburnerAdapter
    autoload :DelayedJobAdapter
    autoload :QuAdapter
    autoload :QueAdapter
    autoload :QueueClassicAdapter
    autoload :ResqueAdapter
    autoload :SidekiqAdapter
    autoload :SneakersAdapter
    autoload :SuckerPunchAdapter
    autoload :TestAdapter
  end

Ok, I see Inline adapter. But I see no Async one.

This is pretty confusing. Am I missing something obvious?

@rafaelfranca
Copy link
Member

Sorry about that. That adapter doesn't exists.

Thank you for report.

rafaelfranca added a commit that referenced this issue Apr 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants