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

Freegle / Iznik / 22006 / 22006
72%
master: 72%

Build:
DEFAULT BRANCH: master
Ran 18 Jun 2026 07:35AM UTC
Files 70
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

18 Jun 2026 07:04AM UTC coverage: 22.982% (+0.03%) from 22.956%
22006

push

circleci

web-flow
fix(batch): drift-free scheduler via schedule:work so dailyAt minutes don't get skipped (#796)

The laravel-scheduler supervisor program ran `while true; do schedule:run;
sleep 60; done`. Each iteration is ~61s (schedule:run dispatch time + a flat
60s sleep), so the loop drifted ~1s/minute. Roughly once an hour the loop
straddled a clock-minute boundary and skipped that whole minute of
schedule:run, so any job pinned to an exact ->dailyAt('HH:MM') could silently
never fire.

On 2026-06-18 the dropped minute was 02:30 — the only minute hosting
stats:generate-daily — so the daily per-group `stats` rows for 2026-06-17 were
never generated and monitor:scheduled-outcomes alerted (ScheduledOutcomes
error 7559501667).

schedule:work runs schedule:run aligned to the top of each clock minute and
never drifts, eliminating the class of bug for every dailyAt job.

Co-authored-by: root <root@localhost>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

560 of 2684 branches covered (20.86%)

Branch coverage included in aggregate %.

348 of 1267 relevant lines covered (27.47%)

13.42 hits per line

Source Files on job playwright - 22006
  • Tree
  • List 70
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 22006
  • CircleCI Build #22006
  • 47ce3c88 on github
  • Prev Job for on master (#21925)
  • Next Job for on master (#22075)
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