Skip to content

Conversation

@spencerschrock
Copy link
Member

What kind of change does this PR introduce?

cron configuration change

What is the current behavior?

The release test worker had an experiment flag to use a local OSV database. Using a local, downloaded database was significantly slower at processing the daily release batch of repos. Additionally, there was a 10x increase in CPU usage (from 0.1 to 1.0 vCPU per worker).

What is the new behavior (if this is a feature change)?**

The experiment flag was removed.

  • Tests for the changes have been added (for bug fixes/features)

Which issue(s) this PR fixes

Fixes #4807 (comment)

Special notes for your reviewer

Does this PR introduce a user-facing change?

For user-facing changes, please add a concise, human-readable release note to
the release-note

(In particular, describe what changes users might need to make in their
application as a result of this pull request.)

NONE

Using a local, downloaded database was significantly slower at
processing the daily release batch of repos. Additionally, there was a
10x increase in CPU usage (from 0.1 to 1.0 vCPU per worker).

Signed-off-by: Spencer Schrock <[email protected]>
@spencerschrock spencerschrock requested a review from a team as a code owner November 5, 2025 17:27
@spencerschrock spencerschrock requested review from justaugustus and removed request for a team November 5, 2025 17:27
@dosubot dosubot bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Nov 5, 2025
@codecov
Copy link

codecov bot commented Nov 5, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 69.60%. Comparing base (353ed60) to head (1e0dee3).
⚠️ Report is 279 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4840      +/-   ##
==========================================
+ Coverage   66.80%   69.60%   +2.80%     
==========================================
  Files         230      251      +21     
  Lines       16602    15655     -947     
==========================================
- Hits        11091    10897     -194     
+ Misses       4808     3888     -920     
- Partials      703      870     +167     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@spencerschrock spencerschrock enabled auto-merge (squash) November 10, 2025 18:59
@spencerschrock spencerschrock merged commit 1cefd43 into ossf:main Nov 10, 2025
37 checks passed
@spencerschrock spencerschrock deleted the no-osv-local branch November 10, 2025 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:S This PR changes 10-29 lines, ignoring generated files.

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants