seomoz / qless-core

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

Job history does not reflect when it was completed #4

Closed myronmarston closed 11 years ago

myronmarston commented 11 years ago

qless Tag prod 2448 763

It'd be nice if the history indicated when the job was completed.

jasonjclifford commented 11 years ago

This is actually stored in redis but the view for https://github.com/seomoz/qless needs to be updated.
Update qless\lib\qless\server\views_job.erb lines 118 and 119 changing h['completed'] to h['done']

dlecocq commented 11 years ago

Good catch, and the updated server does work now.