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
ChallengeType and ChallengeTrack are fetched from DynamoDB with a scan operation for each /challenges call. These should be indexed in ES, but there's currently no processor for it. Since actual data is small enough, they can be cached in-memory.