For perform_bulk_create, consider making it more lightweight:
-default to allow failed creates to be ignored, no error message returned. verbose option returns error message
-default is to return the count of successful measurement uploads in response, verbose option is to include measurement
If that is not practical, then consider just doing the ignore failed creates and limiting the response to the successful count.
For perform_bulk_create, consider making it more lightweight:
-default to allow failed creates to be ignored, no error message returned. verbose option returns error message
-default is to return the count of successful measurement uploads in response, verbose option is to include measurement
If that is not practical, then consider just doing the ignore failed creates and limiting the response to the successful count.