Method: Exekutor::Queue#schedule_at
- Defined in:
- lib/exekutor/queue.rb
#schedule_at(jobs, timestamp) ⇒ Integer
Adds a job to the queue, scheduled to be performed at the indicated time
30 31 32 |
# File 'lib/exekutor/queue.rb', line 30 def schedule_at(jobs, ) create_records(Array.wrap(jobs), scheduled_at: ) end |