0.5.0
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.