amitree / delayed_job_recurring

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

Allow Additional Delayed Job Options Into Schedule #31

Open jarekbird opened 5 years ago

jarekbird commented 5 years ago

Currently, you cannot pass in additional parameters to the Delayed:Job through the schedule method. In a project I'm working on, we have an additional database field for our delayed jobs. This allows us to pass in that field as a parameter into schedule.

I'd love feedback on these changes.