Commit 9ce18622 authored by Bastian Köcher's avatar Bastian Köcher Committed by GitHub
Browse files

Process runtime api requests in the background (#2035)

This pr changes how the runtime api subsystem processes runtime api
requests. Instead of answering all of them in the subsystem task and
thus, making all requests sequential, we now answer them in a background
task. This enables us to serve multiple requests at once.
parent f2606dbd
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment