Method: Updater::ORM::ClassMethods#queue_time
- Defined in:
- lib/updater/orm/orm.rb
#queue_time ⇒ Object
Returns the number os seconds until the next job will be ready to run. If there are no Jobs in the queue it returns nil, if there is at least one job ready to run it MUST return
-
This may be an apporximation or the value may be cached for brief periods to improve
datastore performance.
188 189 190 |
# File 'lib/updater/orm/orm.rb', line 188 def queue_time NotImplementedError end |