Local Caching in case FFXIV API down. #9

Closed
opened 2024-02-11 03:54:13 +00:00 by solao · 0 comments
Owner
  • Cache invalidates after 60 minutes.
  • cURL request sent out when cache no longer valid.
  • Data from cURL request is stored in the database record. updated_at field updated and new content written as json-string to DB
  • In case lodestone or xivapi is down, the cache must be used regardless of age.
- [x] Cache invalidates after 60 minutes. - [x] cURL request sent out when cache no longer valid. - [x] Data from cURL request is stored in the database record. `updated_at` field updated and new content written as json-string to DB - [ ] In case lodestone or xivapi is down, the cache must be used regardless of age.
daniel was assigned by solao 2024-02-11 03:54:13 +00:00
solao closed this issue 2024-02-11 03:54:14 +00:00
Sign in to join this conversation.
No Label
Doing
To Do
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: FFXIV/FFXIV_Lodestone_Handler#9
No description provided.