You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe your use case and the problem you are facing
When you consider that there isn’t a GUI equivalent for it, maintenance-mode is really one of the unique features of CLI, unfortunately not as widely known as it should be.
Currently, we still have to rely on our maintenance mode snippet in functions.php, however, because the retry-after: 600 of CLI is hardcoded.
Describe the solution you'd like
Sysadmins usually know how long the maintenance work is going to take. So ideally we’d want to be able to tell crawlers precisely how long to wait before visiting again.
A retry-after flag would be very much appreciated.
The text was updated successfully, but these errors were encountered:
Feature Request
Describe your use case and the problem you are facing
When you consider that there isn’t a GUI equivalent for it,
maintenance-mode
is really one of the unique features of CLI, unfortunately not as widely known as it should be.Currently, we still have to rely on our maintenance mode snippet in
functions.php
, however, because theretry-after: 600
of CLI is hardcoded.Describe the solution you'd like
Sysadmins usually know how long the maintenance work is going to take. So ideally we’d want to be able to tell crawlers precisely how long to wait before visiting again.
A
retry-after
flag would be very much appreciated.The text was updated successfully, but these errors were encountered: