Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: Any gitea api rate limits? (Read 1215 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Re: Any gitea api rate limits?

Reply #15
It got further. I'd say about 20-30 packages then blocked :(  (I meant to count but was trigger happy closing the terminal)
This created 180 requests (90 GET + 90 POST) in 44 seconds, so I guess it triggered the POST filter. Raised both limits to 180/min.
I got a lot further with this but still got banned. Could you try something like 400/min?
ARMtix

Re: Any gitea api rate limits?

Reply #16
I got a lot further with this but still got banned. Could you try something like 400/min?
Weird. It's working for me now.

The run I did yesterday at 1 git pull every 5 seconds completed successfully. In about half the time than my rough wrong calculation of 27 hours.

Another  run just completed successfully with one git pull every 1.2 seconds. I timed this one.
real    127m55.401s
user    7m18.022s
sys     4m1.553s

Add a small delay if you don't already have one ?