Problem/Motivation
Per #3061248-12: Package quasi-patch for automatic updates, we need to handle lazy generation of the patches.
Requesting arbitrary update combinations like https://www.drupal.org/in-place-updates/drupal/drupal-8.7.4-to-8.7.7.zip will now be recorded, and respond with an HTTP 429 and a Retry-After: 10 header.
Proposed resolution
At least in D8, guzzle has a means of handling these and possibly retrying the connection. Investigate that.
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3087196.patch | 2.17 KB | heddn |
Comments
Comment #2
heddnThis should handle this edge case.
Comment #4
heddnCould still use more testing, but let's do that with it landed.
Comment #5
heddn