• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

gresrun / jesque / 130
71%

Build:
DEFAULT BRANCH: master
Ran 04 Jun 2015 01:47PM UTC
Jobs 1
Files 102
Run time 8s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
130

Pull #78

travis-ci

argvk
add recurring feature that allows running a job every N seconds

* a recurring job has a schedule in zset with the next timestamp as the
score
* the frequency of the job is stored in a hash
* on pop the frequency and the score are summed up to form the new score
and added back to the zset
* a delete recurring removes it from the zset and hash
* add delete and pop operations run on a redis transaction
Pull Request #78: add recurring feature that allows running a job every N seconds

1855 of 2209 relevant lines covered (83.97%)

51.29 hits per line

Coverage Regressions

Lines Coverage ∆ File
49
100.0
net/greghaines/jesque/worker/WorkerImpl.java
42
100.0
net/greghaines/jesque/client/AbstractClient.java
10
100.0
net/greghaines/jesque/utils/JedisUtils.java
9
100.0
net/greghaines/jesque/utils/JesqueUtils.java
6
100.0
net/greghaines/jesque/client/ClientPoolImpl.java
2
100.0
net/greghaines/jesque/client/ClientPoolImpl.java$5
2
100.0
net/greghaines/jesque/client/ClientImpl.java
Jobs
ID Job ID Ran Files Coverage
1 130.1 04 Jun 2015 01:47PM UTC 0
83.97
Travis Job 130.1
Source Files on build 130
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #130
  • Pull Request #78
  • PR Base - master (#129)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc