Skip to content

Conversation

@sainathsagar
Copy link
Contributor

@sainathsagar sainathsagar commented Oct 1, 2025

Description:
Added custom max age for the quant tests due to unnecessary frequent polling to get status endpoint which is resulting in time outs from backend quant service.

@sainathsagar sainathsagar changed the title fix(quant-inteq): Made changes to quant test to call get status after predefined interval fix(quant-tests): Added custom max age for quant tests to reduce frequency to get status calls Oct 1, 2025
@sainathsagar sainathsagar self-assigned this Oct 1, 2025
@sainathsagar sainathsagar changed the title fix(quant-tests): Added custom max age for quant tests to reduce frequency to get status calls fix(quant-tests): Added custom max age for quant tests Oct 1, 2025
Comment on lines +41 to +42
public static readonly string Quant_Custom_Max_Age = !string.IsNullOrEmpty(Environment.GetEnvironmentVariable("QUANT_CUSTOM_MAX_AGE"))
? Environment.GetEnvironmentVariable("QUANT_CUSTOM_MAX_AGE") : "5";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
public static readonly string Quant_Custom_Max_Age = !string.IsNullOrEmpty(Environment.GetEnvironmentVariable("QUANT_CUSTOM_MAX_AGE"))
? Environment.GetEnvironmentVariable("QUANT_CUSTOM_MAX_AGE") : "5";
public static readonly string Quant_Custom_Max_Age = !string.IsNullOrEmpty(Environment.GetEnvironmentVariable("QUANT_CUSTOM_MAX_AGE"))
? Environment.GetEnvironmentVariable("QUANT_CUSTOM_MAX_AGE") : "5";

@sainathsagar sainathsagar requested a review from Vivekjvs October 22, 2025 09:18
@sainathsagar sainathsagar merged commit 5986d3c into master Oct 22, 2025
1 check passed
@sainathsagar sainathsagar deleted the fix/snalkari/quant_inteq_fix branch October 22, 2025 10:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants