Ticket #2150 (closed defect: fixed)

Opened 12 months ago

Last modified 2 months ago

RestfulService caches data even when the request failed

Reported by: mpeel Owned by: lperera
Priority: medium Milestone: 2.3.0-rc1*
Component: Sapphire Framework Version: 2.2.0
Severity: medium effort / impact Keywords:
Cc: Hours:

Description

Because it does the caching no matter what, it will cache an error for the cache expiry time, even if the API was only down for a minute or so.

Errors connecting to the server should never generate or override the cache.

Change History

Changed 2 months ago by sminnee

  • status changed from new to closed
  • resolution set to fixed
  • milestone set to 2.3.0-rc1

Caching has been disabled, which fixes this issue.

Note: See TracTickets for help on using tickets.