** Tags removed: rls-ee-incoming
** Changed in: apt (Ubuntu)
Status: Triaged => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1825001
Title:
Allow archives to send a 4xx respons
Seems my comment refers to the separate bug
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1825000
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1825001
Title:
Allow archives to send a 4xx respo
>From my discussions in person at the last sprint, it would be useful to
have User-Agent information that lets the server distinguish between
interactive vs non-interactive clients (i.e.: unattended-upgrades) in
order to tell u-u to go away and try later for cases when the server /
Internet connect
** Changed in: apt (Ubuntu)
Importance: Undecided => Wishlist
** Changed in: apt (Ubuntu)
Status: New => Triaged
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1825001
Title:
Allow archive
** Tags added: rls-ee-incoming
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1825001
Title:
Allow archives to send a 4xx response to tell apt to try again later
To manage notifications about this b
apt currently considers the following errors transient:
constexpr unsigned int TransientCodes[] = {
408, // Request Timeout
429, // Too Many Requests
500, // Internal Server Error
502, // Bad Gateway
503, // Ser
503 also has a Retry-After field that you can use to communicate when to
retry, although we do not have any support for retrying things, apart
from twice a day, as systemd does not offer this ability to our type of
timer. And for interactive use, well, the user will retry manually.
--
You receive
FWIW, over capacity should be 503 usually, not a 4xx response code.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1825001
Title:
Allow archives to send a 4xx response to tell apt to try again later