v0.1.2
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