ShaneK / Matador

Front-end web interface for Bull Job Manager
MIT License
98 stars 51 forks source link

Delayed jobs are shown as "stuck" #26

Closed andrewtamura closed 8 years ago

andrewtamura commented 8 years ago

Need to implement getDelayedKeys function that looks for redis keys of the form bull:*:delayed. Currently Matador lists delayed jobs as "stuck"

bradvogel commented 8 years ago

+1

carsol commented 8 years ago

+1

ShaneK commented 8 years ago

Fixed by #29, thanks!