Distributed Worker

RQ worker with custom retry handling.

vivarium_cluster_tools.psimulate.worker.core.build_launch_script(worker_settings_file, worker_log_directory)[source]

Generates a shell file that, on execution, spins up an RQ worker.

Parameters:
  • worker_settings_file (Path) –

  • worker_log_directory (Path) –

Return type:

TextIO