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

collectiveidea / delayed_job / 432 / 19
90%
master: 92%

Build:
Build:
LAST BUILD BRANCH: try-fixing-jruby
DEFAULT BRANCH: master
Ran 30 Jan 2015 06:59PM UTC
Files 16
Run time 7s
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

30 Jan 2015 06:46PM UTC coverage: 89.485%. Remained the same
jruby-head, RAILS_VERSION="~> 3.2.0"

push

travis-ci

brianhempel
Make Delayed::Worker.new idempotent 

Calling Delayed::Worker.new multiple times would continue to re-add the
plugins to the lifecycle.

Some gems and projects use the pattern `Delayed::Worker.new.work_off` to
trigger delayed jobs in specs. Over time, the callback chain would get
very long and, in our case, caused a StackLevelTooDeep error.

Better would be to have a proper singleton: 

`Delayed::Worker.worker.work_off`

In the absence of a proper singleton, this will make the pattern work.

851 of 951 relevant lines covered (89.48%)

19.25 hits per line

Source Files on job 432.19 (jruby-head, RAILS_VERSION="~> 3.2.0")
  • Tree
  • List 0
  • Changed 5
  • Source Changed 1
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 432
  • Travis Job 432.19
  • f57d0aa1 on github
  • Prev Job for jruby-head, RAILS_VERSION="~> 3.2.0" on idempotent_instantiation (#430.19)
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