Skip to content

Release 0.2.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@nicktacular nicktacular released this 27 Mar 22:49
· 12 commits to master since this release

This alpha release includes an API break whereby the TaskSpecInterface now includes a method getId which was added as a means for the StatusNotifierInterface to be able to link up existing tasks with their status. Without some unique identifier, this would not be possible.

Furthermore, the pushTask method was removed from the TaskQueueInterface as the consumer (the Runner) really doesn't care about being able to add tasks to the queue—it only cares about consuming (namely, popTask method).