globus / globus-compute

Globus Compute: High Performance Function Serving for Science
https://www.globus.org/compute
Apache License 2.0
148 stars 47 forks source link

Update execute_task signature #1719

Closed khk-globus closed 1 week ago

khk-globus commented 1 week ago

run_dir is not optional; in a previous commit, it was enforced by an inline check. Update the function signature to match that requirement.

While here, test the addition, and also bolster the module's tests in general.

Type of change