seomoz / qless-core

Core Lua Scripts for qless
MIT License
85 stars 33 forks source link

Added scheduled Date query #48

Open StephenOTT opened 10 years ago

StephenOTT commented 10 years ago

for getting the score of the scheduled JID. Related to https://github.com/seomoz/qless/issues/60

dlecocq commented 10 years ago

Looks good to me, but the tests need some fixing. In particular, making sure the tests know about the new 'scheduled' attribute.

bkirz commented 10 years ago

Isn't calling this a date incorrect? I thought we were storing a timestamp. What about scheduled_for?

StephenOTT commented 10 years ago

Isn't calling this a date incorrect? I thought we were storing a timestamp. What about scheduled_for?

agree. There is some cleanup to do. Can make the changes on the next pass with fixing up the tests.