In the `update_datagroup` api call, will: {“stale_before”: now()} bust the cache?

Knowledge Drop

Last tested: Oct 1, 2019
 

Yes, this will blow the cache for that datagroup regardless of the trigger.

It means that any cache entries in that datagroup created in the past are treated as stale so queries after now() will not pull from cache.

Please note that we need to put an actual value in for the now(), which is a unix epoch timestamp value. One place to find that value is here.

This content is subject to limited support.                

Version history
Last update:
‎07-07-2021 12:38 PM
Updated by: