Replies

Jul 6, 2020 5 years ago Official
Keith
is sweet
User Avatar
Eradication

Pushing out some fixes that should make this cache invalidate a little bit faster ahead of some more deep changes to how it works

💖 ✨ 🤗

Sep 11, 2020 5 years ago Official
Bug
User Avatar
Segfault

This issue has been fixed... sort of! Read on for important info about how this works now:

In a nutshell; this is a cache issue. The wardrobe wasn't updating its item lists every time a new item's added to the site.

Ideally, we would update this cache every time a new item is added. However, I predict that this would cause severe lag if we actually tried to do this right now, due to how our code is structured (it's split between two separate code bases, old and new).

We'll be able to do the ideal solution after enough old code is transitioned to the new code! In the meantime, I've made it so that it will automatically update the items list every hour, and only once per hour - which means when new items are added, at most you'll have to wait about 1 hour before new items show up.

This frequency is subject to change - I think hourly will be okay and not cause noticeable lag increase, but I'll be monitoring this and will make adjustments if necessary.

🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights

Please log in to reply to this topic.