Speedup test_urls
- Jul 09, 2021
-
-
Emanuele Aina authored
Skip another set of redirects so it's less likely that validating links makes us fall into rate limiting. Signed-off-by:
Emanuele Aina <emanuele.aina@collabora.com>
-
Emanuele Aina authored
Avoid some redirects which makes us incur into rate limiting when validating links. Signed-off-by:
Emanuele Aina <emanuele.aina@collabora.com>
-
Emanuele Aina authored
There's little point in gating all the other jobs on a relatively slow job as the URL checker, so make it run in parallel with everything else without blocking anything. Signed-off-by:
Emanuele Aina <emanuele.aina@collabora.com>
-
Emanuele Aina authored
Make spotting failures in the output more easy with colored icons. Signed-off-by:
Emanuele Aina <emanuele.aina@collabora.com>
-
Emanuele Aina authored
The GNOME wiki is unhappy about our requests, be nice. Signed-off-by:
Emanuele Aina <emanuele.aina@collabora.com>
-
Emanuele Aina authored
Signed-off-by:
Emanuele Aina <emanuele.aina@collabora.com>
-
Emanuele Aina authored
Avoid `Pool is closed` exceptions. Signed-off-by:
Emanuele Aina <emanuele.aina@collabora.com>
-
Emanuele Aina authored
Speed up the querying by using a threadpool. Signed-off-by:
Emanuele Aina <emanuele.aina@collabora.com>
-
Emanuele Aina authored
We often get DNS resolution or connection failures, try a few time before giving up. Signed-off-by:
Emanuele Aina <emanuele.aina@collabora.com>
-
Emanuele Aina authored
It can be useful to figure out what goes wrong. Signed-off-by:
Emanuele Aina <emanuele.aina@collabora.com>
-
Emanuele Aina authored
Print the HTTP status code and the returned exception when checking each URL, to better understand what went wrong. Signed-off-by:
Emanuele Aina <emanuele.aina@collabora.com>
-
Emanuele Aina authored
Not that it makes any sensible difference, but still. :) Signed-off-by:
Emanuele Aina <emanuele.aina@collabora.com>
-