Skip to content

Commit

Permalink
backport of commit 077138c
Browse files Browse the repository at this point in the history
  • Loading branch information
lgfa29 committed Jan 31, 2023
1 parent d2cd0da commit af29a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .changelog/15097.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
```release-note:breaking-change
core: Ensure no leakage of evaluations for batch jobs. Prior to this change allocations and evaluations for batch jobs were never garbage collected until the batch job was explicitly stopped. The new `batch_eval_gc_threshold` client configuration controls how often they are collected. The default threshold is `24h`.
core: Ensure no leakage of evaluations for batch jobs. Prior to this change allocations and evaluations for batch jobs were never garbage collected until the batch job was explicitly stopped. The new `batch_eval_gc_threshold` server configuration controls how often they are collected. The default threshold is `24h`.
```

0 comments on commit af29a22

Please sign in to comment.