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

MushroomObserver / mushroom-observer / 29178706417
99%
main: 99%

Build:
Build:
LAST BUILD BRANCH: nimmo-repair-observation-vote-cache-job
DEFAULT BRANCH: main
Ran 12 Jul 2026 03:50AM UTC
Jobs 1
Files 1730
Run time 2min
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

12 Jul 2026 03:45AM UTC coverage: 99.111%. Remained the same
29178706417

Pull #4772

github

nimmolo
Parallelize lang.rake's multi-language export/import/update/strip/check tasks

lang:update runs standalone (CI, a git hook, or a developer directly) with no
Solid Queue workers running, so the per-language work in the :all/:unofficial
rake tasks can't be a background job -- it has to parallelize in-process.

Extracts the pool logic into ConcurrentEachWithConnection (app/classes/), a
normal Zeitwerk-autoloaded class instead of rake-file-local top-level defs,
so it's unit-testable (test/classes/concurrent_each_with_connection_test.rb
covers: runs every item, gets its own active DB connection per item, re-raises
the first error only after every item finishes, and correctly processes more
items than the pool size).

Each Language's export/import/update/strip/check work is independent (its own
instance variables, its own per-locale files) -- the only shared state is
Language.verbose/safe_mode/locales_dir, set once by the :setup prerequisite
chain before this runs and never written to during it, so concurrent reads are
safe.

Measured ~30% wall-clock reduction on lang:update (11.8s -> ~8.2-8.5s,
consistent across repeated runs).

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Pull Request #4772: Parallelize lang.rake multi-language tasks

16 of 16 new or added lines in 1 file covered. (100.0%)

51979 of 52445 relevant lines covered (99.11%)

758.11 hits per line

Jobs
ID Job ID Ran Files Coverage
1 29178706417.1 12 Jul 2026 03:50AM UTC 1730
99.11
GitHub Action Run
Source Files on build 29178706417
  • Tree
  • List 1730
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29178706417
  • Pull Request #4772
  • PR Base - main (#29177073030)
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