RpcTimeoutError when NAPALM API call times out #2588
Labels
status: accepted
This issue has been accepted for implementation
type: bug
A confirmed report of unexpected behavior in the application
Environment
Steps to Reproduce
This may not be perfectly reproducible as it depends on interaction with a live device. The issue I'm seeing is that a call for
get_bgp_neighbors_detail()
on a device will occasionally time out, prompting NetBox to raise an RpcTimeoutError exception. The full trace is included below.Expected Behavior
The API should catch the exception and return an error message.
Observed Behavior
The exception is not caught, triggering a server error.
The text was updated successfully, but these errors were encountered: