Skip to content

Releases: searchivarius/py_mtasklite

Fixing default chunk sizes (greatly improved performance).

05 Nov 04:30
Compare
Choose a tag to compare

If the chunk size is not specified, using the default size of one leads to no parallelization in most cases. The queue size should be >= the number of workers and it can help to "prefill" it with extra elements.

Fixes

24 Oct 17:15
Compare
Choose a tag to compare
  1. Fixing the bugs (not immediate shutdown in the case of exceptions, and not updating the bar properly) for unbounded mode.
  2. Deprecating task timeouts.

v0.2.1

22 Oct 20:47
Compare
Choose a tag to compare

This release fixes several documentation issues and removes a debug statement from a unittest module.