Skip to content

v0.1.2

Compare
Choose a tag to compare
@alok87 alok87 released this 13 Aug 21:21
· 279 commits to master since this release
a5255d9

Changelog

  • #17 #20 Fixes race conditions
    • Don't work with pointers across go-routines - mv *QueueSpec with QueueSpec to prevent race
    • Use a deep copy of a map across go-routines as maps are always passed by reference
    • Info formatted for queue status
  • #18 Don't fatal for this issue and log as error. This was fixed in k8s 1.13.1