Skip to content

RenewQuery parameter is not working #10163

@sweednkom

Description

@sweednkom

Describe the bug
We tested both scenarios and observed the same behavior. The query is requested via the REST API:

  • Without cacheMode, but with renewQuery: true
  • With cache: 'must-revalidate' and renewQuery: true

In both cases, the pipeline behaves as if it’s in stale-if-slow mode. Attaching log examples for one of these queries.

Additionally, after the version update we started seeing Slow query warning logs, which should not occur when renewQuery: true is set (we include it in every query).

We have downgraded to 1.3.82.

To Reproduce
Steps to reproduce the behavior:

  1. Run query with renewQuery: true
  2. Analyze normalizedQuery

Expected behavior
Everything works like cacheMode is 'must-revalidate'

Screenshots

Image Image Image

Version:
1.4.0

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions