Releases: ryankwilliams/blaster
Releases · ryankwilliams/blaster
Version 0.1.3
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
This release brings an updated package structure and fine tunes the core classes.
Version 0.1.1
Ensure potential task configuration updates during process run are returned.
Version 0.1.0
Initial blaster release.