Rails 7
Schedule queries on the background thread pool for asynchronous processing
Apr 19, 2021 - Daniel Viklund
It is quite common to execute multiple queries in a controller action. Just as an example, there might be a dashboard that displays data from multiple models or scopes.