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

source-academy / backend / 32fddf600659d3c6dd03f58dfbdbc742c3313331-PR-1363 / 1
87%
master: 87%

Build:
Build:
LAST BUILD BRANCH: renovate/aws-6.x
DEFAULT BRANCH: master
Ran 01 Aug 2026 04:19AM UTC
Files 165
Run time 3s
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

01 Aug 2026 04:15AM UTC coverage: 87.481% (+0.04%) from 87.445%
32fddf600659d3c6dd03f58dfbdbc742c3313331-PR-1363.1

Pull #1363

github

RichDom2185
Give autograder result storage its own queue

`ResultStoreWorker` was `use Que.Worker, concurrency: 5` before the move
to Oban, deliberately separate from the grading work so that database
writes stayed bounded -- as its `@moduledoc` still says:

    Separate worker is created with lower concurrency on the assumption
    that autograding time >> db IO time so as to reduce db load.

Putting it on the same `autograder: 20` queue as `LambdaWorker` lost
both halves of that: result jobs now queue behind a batch's Lambda
invocations, and up to 20 of them can then write to the database at
once.

Restore the separation with a dedicated `autograder_results: 5` queue.

Reported in review: PR #1363.
Pull Request #1363: Upgrade most dependencies and modernize codebase

3997 of 4569 relevant lines covered (87.48%)

6891.55 hits per line

Source Files on job 32fddf600659d3c6dd03f58dfbdbc742c3313331-PR-1363.1
  • Tree
  • List 165
  • Changed 17
  • Source Changed 0
  • Coverage Changed 17
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 32
  • 32fddf60 on github
  • Prev Job for on deps-big-bang-2026 (#d8e2884d24a8509cc105a31a47af4e71f4fa8eea.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc