duracloud / mill

The Duplication project provides the tools and pieces with which together manage the process of duplicating files between storage providers in DuraCloud.
Apache License 2.0
2 stars 7 forks source link

Fix max workers on bit report worker #61

Closed dbernstein closed 1 year ago

dbernstein commented 1 year ago

Adds --max-workers config file override to the workman application to override the max number of worker threads allowed for the instance.

Also Adds MAX_WORKER_THREADS environment param to the docker container so the override can be passed in.