This release provides a bugfix (PR 1239) and a workaround (PR 1238) for the
SLURM runner, which became relevant for the use case of processing a large
dataset (300 wells with 25 cycles each).
* Runner:
* Do not include `metadata["image"]` in JSON file with task arguments (\1238).
* Add `FRACTAL_RUNNER_TASKS_INCLUDE_IMAGE` configuration variable, to define exceptions where tasks still require `metadata["image"]` (\1238).
* Fix bug in globbing patterns, when copying files from user-side to server-side job folder in SLURM executor (\1239).
* API:
* Fix error message for rate limits in apply-workflow endpoint (\1231).
* Benchmarks:
* Add more scenarios, as per issue \1184 (\1232).