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
Retrieve the list of sets from cache endpoint e.g. /sets (presumably that list is now cached)
Delete the feature set
After a reasonable amount of time, retrieve the list of sets again (same as 2.)
Result: the deleted feature set is still in the list.
This is a pretty low severity issue in terms of functionality, but it does mean that the /sets API doesn't return the same data on the cache vs. the origin, which could be significant.
The text was updated successfully, but these errors were encountered:
Steps:
/sets
(presumably that list is now cached)Result: the deleted feature set is still in the list.
This is a pretty low severity issue in terms of functionality, but it does mean that the
/sets
API doesn't return the same data on the cache vs. the origin, which could be significant.The text was updated successfully, but these errors were encountered: