Issues with multiple controller_manager instances, async spinner
We are using multiple controller_manager
instances with an AsyncSpinner
, and it appears as if the spinner is somehow getting blocked. We are attempting to call our own services, but we can't because we think spinner is getting blocked by the controller_manager
services.
We attempted to increase the number of threads available to the AsyncSpinner
, to no avail. Any tips or gotchas w.r.t. working with multiple controller_manager
instances?
Asked by huntergoldstein on 2016-02-25 17:58:09 UTC
Comments