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

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

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

30 Jan 2015 06:46PM UTC coverage: 88.924%. Remained the same
ruby-head, RAILS_VERSION="~> 4.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 957 relevant lines covered (88.92%)

19.02 hits per line

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