google / osv.dev

Open source vulnerability DB and triage service.
https://osv.dev
Apache License 2.0
1.49k stars 186 forks source link

feat: add a cron job to test OSV API on test instance #2540

Closed hogo6002 closed 3 weeks ago

hogo6002 commented 1 month ago

Our test instance lacks real-life traffic, making it difficult to catch API query errors. Converting tools/api-performance-test into a cron job that runs for one hour daily. This job will send traffic to the test instance's API, helping us identify errors before deploying changes to production.

The tools/api-performance-test script will be deleted once the cron job is running stably.