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

TOMToolkit / tom_jpl / 32419142863
91%
dev: 86%

Build:
Build:
LAST BUILD BRANCH: add-rubin-too-filter-fields
DEFAULT BRANCH: dev
Ran 20 Aug 2026 09:24PM UTC
Jobs 1
Files 18
Run time 1min
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

20 Aug 2026 09:19PM UTC coverage: 90.909% (+4.8%) from 86.081%
32419142863

Pull #23

github

talister
Cap and throttle the MPC fallback lookups to avoid hammering their server

The first real run against an already-populated database surfaced this
immediately: 497 individually-stuck targets (every historically-inactive
Scout candidate never processed under the new rename-based logic), which
meant 498 sequential HTTP requests to minorplanetcenter.net in one
invocation with no delay between them -- a burst of traffic to a small,
publicly-run service that's worth avoiding regardless of whether it
actually trips a rate limit.

Add --max-fallback-lookups (default 50) to cap how many individual lookups
one run attempts -- a large backlog is worked down gradually across
multiple cron runs instead of all at once, with a warning logged noting
how many were deferred -- and --fallback-lookup-delay (default 1.0s) to
sleep between each request. Both are threaded through
Command.handle() -> _update_designations() -> _fallback_lookup_designations().

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Pull Request #23: Add Rubin ToO filter fields and ScoutHistory models

642 of 692 new or added lines in 7 files covered. (92.77%)

1290 of 1419 relevant lines covered (90.91%)

0.91 hits per line

Uncovered Changes

Lines Coverage ∆ File
38
26.56
-18.44% tom_jpl/tests/tests_canary.py
9
94.77
tom_jpl/management/commands/updatescout.py
2
61.19
4.05% tom_jpl/admin.py
1
95.83
-0.83% tom_jpl/models.py
Jobs
ID Job ID Ran Files Coverage
1 32419142863.1 20 Aug 2026 09:24PM UTC 18
90.91
GitHub Action Run
Source Files on build 32419142863
  • Tree
  • List 18
  • Changed 7
  • Source Changed 7
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #32419142863
  • Pull Request #23
  • PR Base - dev (#31042693609)
  • Delete
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