Skip to content

Releases: ryankwilliams/blaster

Version 0.1.3

16 Aug 20:56
Compare
Choose a tag to compare

This release brings the enhancement to blaster to determine the number of processes to spawn to run the tasks
given. Initially blaster would spawn the number of processes matching the total number of tasks. This can lead to performance issues depending on system configuration. Blaster will now limit to only spawn 10 processes if tasks are greater than 10 and less than this will spawn processes based on the tasks count.

Version 0.1.2

15 Aug 01:33
Compare
Choose a tag to compare

This release brings an updated package structure and fine tunes the core classes.

Version 0.1.1

04 Aug 21:22
Compare
Choose a tag to compare

Ensure potential task configuration updates during process run are returned.

Version 0.1.0

03 Aug 17:21
Compare
Choose a tag to compare

Initial blaster release.