Investiguate improvements to the follow endpoints #6166
Labels
area/backend
Needs backend code changes
enhancement
New feature or request
kind/cooldown
Great candidate for the cooldown period
Feature description
From the webserver we have two follow endpoints to follow and execution running, or execution logs.
Those use the queue so, in JDBC, they poll the database using a lock each 25ms!
We should revisit that as it causes unnecessary load on the database on the most used tables:
queues
.Possible solutions:
The text was updated successfully, but these errors were encountered: