I'm attempting to add resources to nodes that are monitored via agents through the api using the ListResources verbs. While this works in my test environment it's hitting a timeout on job creation against the prod deployment. Looked through SWIS logs and found mention of RabbitAdvancedBus not getting ACK or NACK in 9 seconds. Full error below for reference. Any ideas on why this would be an issue and how to fix?
2021-09-14 09:22:14,284 [2] WARN SolarWinds.InformationService.Core.InformationServiceService - (null) (null) Unobserved Task exception, this might be something to look into. Ignoring the error and continuing to work as usual.
System.AggregateException: A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread. ---> System.TimeoutException: Publisher confirms timed out after 9 seconds waiting for ACK or NACK from sequence number 3408361
at EasyNetQ.Producer.PublishConfirmationWaiter.d__6.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at EasyNetQ.RabbitAdvancedBus.d__26.MoveNext()
--- End of inner exception stack trace ---
---> (Inner Exception #0) System.TimeoutException: Publisher confirms timed out after 9 seconds waiting for ACK or NACK from sequence number 3408361
at EasyNetQ.Producer.PublishConfirmationWaiter.d__6.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at EasyNetQ.RabbitAdvancedBus.d__26.MoveNext()<---</pre>