Runtime service runtime_call()
should perform the CPU-heavy stuff in the frontend
#1678
Labels
runtime_call()
should perform the CPU-heavy stuff in the frontend
#1678
The fact that runtime calls happen in the background task of the runtime service makes it very difficult to isolate JSON-RPC services and provide a fair share of CPU to each JSON-RPC client.
Instead, the runtime service should return some data, the frontend uses this data to perform the runtime call, and sends the outcome to the runtime service in case of failure.
The text was updated successfully, but these errors were encountered: