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
Currently when opening repository list UI will load sometimes for 5-9 minutes if you have large instances where user can have hundreds or even close to thousand repositories enabled. Currently frontend will make request for each repository to get it's latest pipeline that makes 3.0 version very unresponive in such cases.
Problem is in this code as it will generate hundreds of ajax requests to backend and UI will not show up until all are done, sometimes even making both backend (users DDoS'ing woodpecker server) and browser unresponsive:
Currently when opening repository list UI will load sometimes for 5-9 minutes if you have large instances where user can have hundreds or even close to thousand repositories enabled. Currently frontend will make request for each repository to get it's latest pipeline that makes 3.0 version very unresponive in such cases.
Problem is in this code as it will generate hundreds of ajax requests to backend and UI will not show up until all are done, sometimes even making both backend (users DDoS'ing woodpecker server) and browser unresponsive:
woodpecker/web/src/store/repos.ts
Lines 42 to 51 in 0616606
The text was updated successfully, but these errors were encountered: