rq / rq-scheduler

A lightweight library that adds job scheduling capabilities to RQ (Redis Queue)
MIT License
1.45k stars 229 forks source link

Pass origin in job object in _create_job method #241

Open aruna1997 opened 4 years ago

aruna1997 commented 4 years ago

I think it is good to pass origin while creating job object in _create_job method at scheduler instead of updating it after creating one