During testing found out that NSO actions written in python are single threaded.Same action invoked via mulitple CLIs/REST are invoked sequentially.Understand that CDB is one reason to make it sequential, but we could write actions that do read only ...