Gitea: Evaluate API request rate for Blender Release Fixes Collection tool #110
Labels
No Label
Service
Buildbot
Service
Chat
Service
Gitea
Service
Translate
Type
Bug
Type
Config
Type
Deployment
Type
Feature
Type
Setup
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: infrastructure/blender-projects-platform#110
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Assess and potentially optimize the API request rate for a tool designed by @Alaska and @lichtwerk to collect a list of fixes specific to a Blender release from
projects.blender.org
.This tool is being developed to automatically gather fix information for each Blender release using the Gitea API. Currently, the tool makes API requests every 2 seconds to avoid overloading the server, respecting the
robots.txt
. Given the limited number of requests (less than 1000 per release), there is potential to reduce the interval and speed up the data collection process.The tool is in the prototype stage and can be viewed here.
API requests are made to
https://projects.blender.org/api/v1/repos/blender/blender/issues/{issue_number}
.A sleep timer controls the request interval (currently set to 2 seconds).
Tasks
Gitea: Evaluate API request rate for Blender Fixes Collection toolto Gitea: Evaluate API request rate for Blender Release Fixes Collection tool