Skip to content

Commit

Permalink
changelog: fix #15097
Browse files Browse the repository at this point in the history
  • Loading branch information
lgfa29 committed Jan 31, 2023
1 parent 1d26e6c commit 077138c
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 077138c

Please sign in to comment.