rq / rq-scheduler

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

on_success how to add args in rq 1.9.0 #267

Closed 56907dzq closed 3 years ago

56907dzq commented 3 years ago

queue.enqueue(say_hello, on_success=report_success, on_failure=report_failure)

56907dzq commented 3 years ago

should add in rq