acoustic-baker-72585
12/26/2024, 11:31 AMREACT_APP_MF_DEFAULT_TIME_FILTER_DAYS
. Unfortunately, since we build the UI through metadata-service repository, Dockerfile.ui-service does not support this argument and downloads UI part from .sh script.
Now, I am not sure if that is even relevant for the slowness part, but I did see this. Could I get some clarification on this? Does PREFETCH_RUNS_LIMIT override the RUNS_SINCE if for example I have 1000 runs in past two days? Thanks.
Configure amount of runs to prefetch during server startup (artifact cache):
- PREFETCH_RUNS_SINCE
[in seconds, defaults to 2 days ago (86400 * 2 seconds)]
- PREFETCH_RUNS_LIMIT
[defaults to 50]square-wire-39606
12/26/2024, 5:26 PMsquare-wire-39606
12/26/2024, 5:27 PMPREFETCH_RUNS_SINCE
and PREFETCH_RUNS_LIMIT
- @bulky-afternoon-92433 do you remember the behavior?bulky-afternoon-92433
12/26/2024, 8:34 PMbulky-afternoon-92433
12/26/2024, 8:36 PMacoustic-baker-72585
12/27/2024, 10:19 AMbulky-afternoon-92433
12/27/2024, 5:04 PMFEATURE_CACHE_DISABLE
is a flag for disabling local cache usage for the service. 0 means that caching is used (not disabled), but going through the code, I would leave the environment variable unset unless you need to disable the cache.bulky-afternoon-92433
12/27/2024, 5:07 PMwhere ts_epoch > ?
when prefetching runs for caching during service startup
⢠PREFETCH_RUNS_LIMIT applies to the sql query as a LIMIT
when prefetching.
as such, even with your 1000 runs in the last two days, the prefetching should not lead to any slowdowns with the service.bulky-afternoon-92433
12/27/2024, 5:08 PMacoustic-baker-72585
01/03/2025, 8:56 AMacoustic-baker-72585
01/03/2025, 8:58 AM