Hi All,

I wanted to get your opinions about adding "recur" option to
ActiveJob's - `set` method.
Recur or recurring would just re-queue a job again after given time. So

VideosCron.set(queue: :some_queue, wait: 5.minutes, recur_after:
5.minutes).perform_later()

would keep processing a job after 5-5 minutes.

Would it be too much for ActiveJob to handle, or is a good addition?

Thanks,

Vipul A.M.
+91-8149-204995

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Core" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-core+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-core@googlegroups.com.
Visit this group at http://groups.google.com/group/rubyonrails-core.
For more options, visit https://groups.google.com/d/optout.

Reply via email to