search
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
All type of requests counts towards the max QPS. There is also a threshold in seconds (5-10~ depending on the cluster) how long you're allowed the exceed the max QPS before you will start seeing HTTP 429s.
Hi,
When using tracking and StaticallyCacheFor together it results in two calls to the EPiServer Find index.
http://es-eu-dev-api01.episerver.net/ABCD/my_index_name/_search?search_type=count
http://es-eu-dev-api01.episerver.net/ABCD/my_index_name/_track/RcAYJkdFsLnYT6cF2K1npQ==
The index that we are on can handle up to 50 queries per second. Does anyone know if the above calls will count towards the 50 queries per second?
Thanks