Issue purging cache

Running kong 3.0, I’m seeing a caching issue. I see an older version of the page then refresh to find the present version. This behavior changes over and over again, flipping between the two versions.


Additionally I’m seeing the following notice in the error logs for the data plane, and no other errors

2023/08/23 17:49:15 [notice] 2140#0: *15 [lua] init.lua:253: purge(): [DB cache] purging (local) cache, context: ngx.timer
2023/08/23 17:49:15 [notice] 2140#0: *15 [lua] init.lua:253: purge(): [DB cache] purging (local) cache, context: ngx.timer
2023/08/23 17:49:15 [notice] 2140#0: *4 [lua] init.lua:253: purge(): [DB cache] purging (local) cache, context: ngx.timer
2023/08/23 17:49:15 [notice] 2140#0: *4 [lua] init.lua:253: purge(): [DB cache] purging (local) cache, context: ngx.timer
2023/08/23 17:49:15 [notice] 2141#0: *9 [lua] init.lua:253: purge(): [DB cache] purging (local) cache, context: ngx.timer
2023/08/23 17:49:15 [notice] 2141#0: *9 [lua] init.lua:253: purge(): [DB cache] purging (local) cache, context: ngx.timer

Any ideas on what could be happening here?