mirror of https://github.com/peter4431/rq.git
Add description param to @job decorator (#912)
After using `@job` decorator for a function that takes a long string, in RQ worker I got printed all the args/kwargs via `job.get_call_string()`. To get this overridden, I added `description` argument to the decorator. I decided not to put this in `delay` method because it's may be currently be used by end user.main
parent
7a3c85f185
commit
a3eb6475dc
Loading…
Reference in New Issue