docmalloc / gplmt

GNU Affero General Public License v3.0
1 stars 0 forks source link

Setting gplmt_parallelism to '0' never runs anything #9

Closed FlorianDold closed 8 years ago

FlorianDold commented 9 years ago

Setting gplmt_parallelism to '0' is explicitly handled in GPLMT (https://github.com/docmalloc/gplmt/blob/6eead57234250829dffdf50ba59ad22ea41c535c/gplmt/Worker.py#L758) but just results in no work being executed, ever.

The value for parallelism should probably fall back to '1' instead.

Egomania commented 9 years ago

we may should sit together and talk about the structure of tasks again, to meet all new requirements

FlorianDold commented 8 years ago

Obsolete with gplmt-light.