method

enqueue_at

rails latest stable - Class: ActiveJob::QueueAdapters::QuAdapter

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v5.2.3) is shown here.

enqueue_at(job, timestamp, *args)
public

No documentation available.

# File activejob/lib/active_job/queue_adapters/qu_adapter.rb, line 31
      def enqueue_at(job, timestamp, *args) #: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