rq / rq-scheduler

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

Is it possible to utilize decorators to indicate scheduled_tasks like rq does for tasks? #266

Open caffeinatedMike opened 3 years ago

caffeinatedMike commented 3 years ago

If not, how hard would it be to add this functionality?