API-Reference

burla.remote_parallel_map

Run an arbitrary python function on many remote computers at the same time.

remote_parallel_map(
  function_,
  inputs,
  func_cpu=1,
  func_ram=4,
  spinner=True,
  max_parallelism=None,
  api_key=None,
)

Run provided function_ on each item in inputs at the same time, each on a separate CPU, up to 256 CPUs (as of 10/11). If more than 256 inputs are provided, inputs are queued and processed sequentially on each worker.


Questions? Schedule a call with us, or email us. We're always happy to talk.

Last updated