Skip to content

Commit ae2630f

Browse files
committed
fix: cache workload revisions for 1 day to reduce noise
Workload revisions used to be stored only for 1 minute. Scale up and scale down events could make this very noisy, causing us to update the metadata in the upstream way too frequently.
1 parent f4c2f5d commit ae2630f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.default.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"WORKLOADS_SCANNED_CACHE": {
1111
"MAX_SIZE": 10000,
12-
"MAX_AGE_MS": 60000
12+
"MAX_AGE_MS": 86400000
1313
},
1414
"WORKERS_COUNT": 5,
1515
"REQUEST_QUEUE_LENGTH": 2,

0 commit comments

Comments
 (0)