Skip to content

RUN-6 Add an async? mode to Runway

Oliver Baldwin Edwards requested to merge RUN-6-async-mode into main

Adds an async mode to Runway. When async? is set to true, Runway will run requests asynchronously. The motivation behind this is for use with SLURM in the Match Drop pipeline; we want to let SLURM handle the queuing of the actual Match Drop jobs and don't want Runway to block these jobs from getting queued.

Merge request reports