Skip to content

0.5.0

Compare
Choose a tag to compare
@timgit timgit released this 31 Jan 05:03
· 766 commits to master since this release

fetch() and complete() were added in 0.5.0 in order to provide a way to request and process jobs externally in contrast to the typical managed polling style in subscribe(). These methods were originally internally facing, but having them publically facing would allow you to build other entry points into the job system such as a web API.