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
The client should have a mechanism to detect lodestone availability so that requests can be paused by consumers in the event of the site becoming unavailable
Use Case
As a consumer of the lodestone module I should be able to get a clear response indicating the lodestone is down, both as a consumable method .getStatus() and as a uniform response across all entities.
Proposed Solution
Incorporate into all entity fetch operations means to indicate the lodestone is down.
Develop a method routing to a page that should be available consistently and use the response from that to indicate status.
Other information
Curl responses
GET /worldstatus/
Acknowledge
I may be able to implement this feature request
This feature might incur a breaking change
The text was updated successfully, but these errors were encountered:
Description
The client should have a mechanism to detect lodestone availability so that requests can be paused by consumers in the event of the site becoming unavailable
Use Case
As a consumer of the lodestone module I should be able to get a clear response indicating the lodestone is down, both as a consumable method
.getStatus()
and as a uniform response across all entities.Proposed Solution
Incorporate into all entity fetch operations means to indicate the lodestone is down.
Develop a method routing to a page that should be available consistently and use the response from that to indicate status.
Other information
Curl responses
GET /worldstatus/
Acknowledge
The text was updated successfully, but these errors were encountered: