discourse/app
Sam eb603b246b
PERF: limit anonymization to 1 per cluster (#21992)
Anonymization is among the most expensive operations we can perform with
extreme potential to impact the database. To mitigate risk we only allow a
single anonymization across the entire cluster concurrently.

This commit introduces support for `cluster_concurrency 1`. When you set that on a Job it will only allow 1 concurrent execution per cluster.
2023-06-14 08:30:23 +10:00
..
assets REFACTOR: move shadow vars to css custom props (#22094) 2023-06-13 16:38:31 -04:00
controllers FEATURE: Custom content summarization strategies. (#21813) 2023-06-13 14:21:46 -03:00
helpers UX: Improve login required page (#20847) 2023-03-28 07:09:44 -05:00
jobs PERF: limit anonymization to 1 per cluster (#21992) 2023-06-14 08:30:23 +10:00
mailers FIX: Likes received count in digest email (#21458) 2023-05-09 19:19:26 +02:00
models FEATURE: Custom content summarization strategies. (#21813) 2023-06-13 14:21:46 -03:00
serializers FIX: Make serialized watched word regex Javascript compatible (#22010) 2023-06-09 10:22:41 +00:00
services PERF: improve findAllMatches speed (#22083) 2023-06-13 18:34:28 +02:00
views DEV: add class for static login description section (#22002) 2023-06-08 19:51:41 +05:30