amitree / delayed_job_recurring

Extends delayed_job to support recurring jobs
MIT License
84 stars 33 forks source link

syntax issue in readme.md File #23

Closed anoobbava closed 6 years ago

anoobbava commented 6 years ago

Hi, in the existing code sample in the wiki page, namespace :recurring task init: :environment do MyTask.schedule! MyOtherTask.schedule!

if Rails.env.production?
  MyProductionOnlyTask.schedule!
end

end end there is a do missing in the wiki page

afn commented 6 years ago

Thanks!