Eppo-exp / node-server-sdk

Eppo Node.js SDK
MIT License
9 stars 0 forks source link

Increase polling frequency #30

Closed petzel closed 1 year ago

petzel commented 1 year ago

Motivation and Context

Now that we have the ability to invalidate caches in the CDN, the 5 minute delay is now preventing updates from reaching clients in a timely manner.

Description

Reduces the polling interval to 30 seconds from 5 minutes.

Also removes jitter as it is no longer necessary (the CDN will buffer requests which reach the backend, only sending a single request to origin).