You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've run into an issue where my private GitLab instance is flooded by requests from verdaccio GitLab, forcing 6 cores to all run at 100% capacity due to the puma workers in GitLab.
The promises for the GitLab API calls for GitlabAPI.users.current(), GitlabAPI.Groups.all, and GitlabAPI.Projects.all could be cached to avoid spamming the GitLab API with multiple similar requests
The text was updated successfully, but these errors were encountered:
I've run into an issue where my private GitLab instance is flooded by requests from verdaccio GitLab, forcing 6 cores to all run at 100% capacity due to the
puma
workers in GitLab.The promises for the GitLab API calls for
GitlabAPI.users.current()
,GitlabAPI.Groups.all
, andGitlabAPI.Projects.all
could be cached to avoid spamming the GitLab API with multiple similar requestsThe text was updated successfully, but these errors were encountered: