gresrun / jesque

An implementation of Resque in Java.
http://gresrun.github.io/jesque
Apache License 2.0
628 stars 131 forks source link

add runAt property to job #146

Closed bp-FLN closed 6 years ago

bp-FLN commented 6 years ago

This patch adds a runAt property to the Job class. The property is set by QueueInfoDAORedisImpl#getQueueInfo, but only when the queue is a delayed one. The property is exposed via QueueInfo.getJobs()*.runAt.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.06%) to 70.714% when pulling 6b3ef8717ce9c9f8215abea37ebdba75c763aeae on uberall:job-runAt-property into 12884f98a1ee4c6c3528cd8cfcf0b8aefb5decb9 on gresrun:master.

gresrun commented 6 years ago

Thanks for the quality PR! Just a few thoughts on restructuring a bit.