rq
rq copied to clipboard
add: custom parameters for Callbacks
trafficstars
Just started using this library and hope to have the feature to pass in custom parameters into callbacks.
#1645 Another issue highlighting this feature. I am setting up an initial pull request to add params to callbacks.
The method of implementation is to add an optional dictionary params to the callback class, allowing any type of callback to use this to expand parameters for callbacks.
Can you add tests?