This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Unable to schedule ListResources Job with Information Service error regarding RabbitAdvancedBus timeout

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.<WaitAsync>d__6.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at EasyNetQ.RabbitAdvancedBus.<PublishAsync>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.<WaitAsync>d__6.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at EasyNetQ.RabbitAdvancedBus.<PublishAsync>d__26.MoveNext()<---