Skip to content

Use datastore OssFuzzProject instead of github for cc-groups cronjob#5166

Open
ViniciustCosta wants to merge 3 commits intomasterfrom
fix/avoid_github_in_ossfuzz_cc_groups
Open

Use datastore OssFuzzProject instead of github for cc-groups cronjob#5166
ViniciustCosta wants to merge 3 commits intomasterfrom
fix/avoid_github_in_ossfuzz_cc_groups

Conversation

@ViniciustCosta
Copy link
Collaborator

@ViniciustCosta ViniciustCosta commented Feb 18, 2026

The cronjob is getting throttled by the GitHub API when trying to query for the oss-fuzz projects info (probably since the project-setup cron is already heavily querying it).

This change uses the OssFuzzProject datastore entity, which is synced to the github repo by the project-setup cron, in order to retrieve all the projects and their CCs.

Bug: b/477964128

@ViniciustCosta ViniciustCosta changed the title Use datastore OssFuzzProject instead of github for oss-fuzz-cc-groups cronjob Use datastore OssFuzzProject instead of github for cc-groups cronjob Feb 18, 2026
@ViniciustCosta ViniciustCosta marked this pull request as ready for review February 18, 2026 22:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments