binarymatt / pyres

a resque clone in python
http://github.com/binarydud/pyres
MIT License
955 stars 130 forks source link

add kwargs to enqueue and enqueue_at #23

Closed binarymatt closed 11 years ago

binarymatt commented 14 years ago

it would be nice to be able to use not only args, but also kwargs in the enqueue method. As far as I can tell, the only problem that might pop up would be enqueuing something with kwargs, but the job's perform method doesn't actually take any keyword arguments. Of course, this same issue applies to positional arguments as well.

binarymatt commented 14 years ago

the basics of this are in a branch. However, I feel like I am missing something so I haven't pushed it up yet.

ramnes commented 10 years ago

This would be really neat. In what branch are "the basics"?

binarymatt commented 10 years ago

I don't think i have that branch anymore. I will check and see if it was every pushed to a remote

ramnes commented 10 years ago

Any news on this?

binarymatt commented 10 years ago

I have not found the branch. I'm on vacation this week and am going to see if I can find some time to sitdown and workout why this was never added.

thanks, Matt

On Wed, Mar 5, 2014 at 1:37 PM, Guillaume Gelin notifications@github.comwrote:

Any news on this?

Reply to this email directly or view it on GitHubhttps://github.com/binarydud/pyres/issues/23#issuecomment-36776919 .