Bug #18762
Updated by Peter Amstutz about 3 years ago
The rails api has a few background threads that should only run once, even when multiple rails api instances are active.
- ward: fill in which tasks
Just like we did in #18339, the existing background tasks in the rails api code should be put inside a mutex. Either move the code inside controller, or if that is hard, apply the same solution as in #18339.