Skip to content

Releases: kitstack/async-job

v1.1.0

28 Mar 12:12
3f9c896
Compare
Choose a tag to compare

Enhancements:

  • Using go.18 generic

v1.0.2

09 Mar 21:15
5fa1d16
Compare
Choose a tag to compare

Bug :

  • ETA is sometimes equal to 0 (#6)

v1.0.1

18 Feb 10:36
8eb674a
Compare
Choose a tag to compare

Bug :

  • Private methods are exposed (#5)

v1.0.0

17 Feb 15:58
162f928
Compare
Choose a tag to compare

Enhancements:

  • Full code coverage
  • Async queue
  • Define the number of workers (default: runtime.NumCPU())
  • Handling of managed and unmanaged errors
  • Provide a simple ETA (#2)
  • Full code description (#3)