Is your feature request related to a problem? Please describe.
Right now we have some long running queries triggered through twig templates (like the active users component). When these queries are running in a user-request it feels like the server is particularly slow.
Describe the solution you'd like
These cache renewal queries should be triggered by the front-end and then processed asynchronously by the messengers
Describe alternatives you've considered
none
Additional context
Is your feature request related to a problem? Please describe.
Right now we have some long running queries triggered through twig templates (like the active users component). When these queries are running in a user-request it feels like the server is particularly slow.
Describe the solution you'd like
These cache renewal queries should be triggered by the front-end and then processed asynchronously by the messengers
Describe alternatives you've considered
none
Additional context