Add date support for Retry-After header in maintetance mode #42246
Unanswered
theeldarka
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Option "retry" supports only numeric, but header Retry-After can be a date, not only a delay in seconds.
I want to start
php artisan down --retry="Tue, 03 May 2022 21:00:00 GMT"
Retry-After header documentation: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Retry-After
Problem here:
framework/src/Illuminate/Foundation/Console/DownCommand.php
Line 148 in 6e0fb37
Beta Was this translation helpful? Give feedback.
All reactions