girder_worker icon indicating copy to clipboard operation
girder_worker copied to clipboard

Distributed task execution engine with Girder integration, developed by Kitware

Results 75 girder_worker issues
Sort by recently updated
recently updated
newest added

Enumeration parameters (wherein one of a discrete set of values are allowed for the parameter) are a common need for many tasks. The Slicer CLI [XML spec](https://www.slicer.org/wiki/Documentation/Nightly/Developers/SlicerExecutionModel#XML_Schema) supports string, integer,...

Running `girder_worker` with the `docker` plugin enabled when `dockerd` was started with the flag `--selinux-enabled` results in errors relating to file access and chmod when attempting to run a container....

This issue involves developing a way to enable girder_worker tasks to report progress using named pipes that are currently used to stream read/write inputs/outputs. It would be nice to abstract...

I want to pass secret env variables when a new docker image is pulled and as well as eventually when it is used to create container to serve user request....