File processing has a -P/--parallel-threshold option for parallelizing across files, but multiple http() calls within a single script are executed sequentially. A batched/concurrent HTTP request function would speed up scripts that fan out to multiple endpoints.
File processing has a
-P/--parallel-thresholdoption for parallelizing across files, but multiplehttp()calls within a single script are executed sequentially. A batched/concurrent HTTP request function would speed up scripts that fan out to multiple endpoints.