Flowdock
method

enqueue_at

Importance_0
v6.0.0 - Show latest stable - 0 notes - Class: SneakersAdapter

Not found

The exact documentation you were looking for could not be found. Here is the best guess.

enqueue_at(job, timestamp) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activejob/lib/active_job/queue_adapters/sneakers_adapter.rb, line 32
      def enqueue_at(job, timestamp) #:nodoc:
        raise NotImplementedError, "This queueing backend does not support scheduling jobs. To see what features are supported go to http://api.rubyonrails.org/classes/ActiveJob/QueueAdapters.html"
      end
Register or log in to add new notes.