question

andrewroper avatar image
andrewroper asked

GetCatalogItems returning different different data on each call shortly after an update

We're seeing an issue where we update our CustomData in our CatalogItems (which contain config for in-game weapons etc). Then when requesting the data through GetCatalogItems, it's random chance if it will return the previous values, or the new values.

This means that we aren't able to reliably test changes to our weapons/ships in Lazarus, as we can't guarantee which values are going to be sent down.

it seems that after an unknown period of time it 'settles down' and the values returned are consistent, but it feels like shortly after updating, it can't decide whether to send down the old cached data or the new data as the API result.

If any context as well, we're updating our CatalogItems through an API call from Google-Sheets.

apis
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
brendan avatar image
brendan answered

This was due to a caching issue which has since been resolved. The catalog queries should again all return the new catalog within a minute of any update (usually within a few seconds).

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.