Issues with multiple controller_manager instances, async spinner

asked 2016-02-25 16:58:09 -0500

huntergoldstein gravatar image

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?

edit retag flag offensive close merge delete