Skip to content

Commit

Permalink
CORE-19494 Reducing flowStatusCleanupTime from 10 minutes to 1 minute…
Browse files Browse the repository at this point in the history
… for QA (#1487)

Reducing the minimum config value for `flowStatusCleanupTime` to enable timely QA test cases.
  • Loading branch information
ben-millar authored Feb 2, 2024
1 parent 48af653 commit 2c637b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"flowStatusCleanupTimeMs": {
"description": "The duration, in milliseconds, for which the flow status lookup service retains flow statuses in terminal states (COMPLETED, FAILED, KILLED) without updates. After this period, they are deleted. This must be greater than flow.session.cleanupTime and flow.processing.cleanupTime otherwise flows with re-used requestIds may be silently de-duplicated by the FlowMapper.",
"type": "integer",
"minimum": 600000,
"minimum": 60000,
"maximum:": 2147483647,
"default": 604800000
}
Expand Down

0 comments on commit 2c637b2

Please sign in to comment.