Skip to content

Release v0.6.1

Compare
Choose a tag to compare
@sudo-suhas sudo-suhas released this 12 Mar 08:07
· 28 commits to master since this release
fc020d2

Important Changes

Usage

go get github.com/gocraft/work && \
  go mod edit -replace github.com/gocraft/work=github.com/gojek/work@v0.6.1 && \
  go mod tidy

Worker pool started check

Expose work.(*WorkerPool).Started which can be used to check if the worker pool has been started and is running.