Managing Concurrent Device Allocation in NetBox for Regression Suite Execution #28
VijayAsokkumar
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have 10 devices that are to be used for running 20 regression suites. I want them to query NetBox for available devices (devices with tag "Available") simultaneously. Initially, NetBox will return all 10 available devices, and each suite will pick 1 or 2 from the list. It will then send a request to NetBox to add a 'blocked' tag and remove the 'available' tag from the selected devices. If another job sends the same request in parallel, how will NetBox handle these concurrent requests?
Beta Was this translation helpful? Give feedback.
All reactions