xflying
xflying
hi, i can't build the operator from the source code ``` cmd/operator/main.go:9:2: case-insensitive import collision: "github.com/AmadeusITGroup/Redis-Operator/vendor/github.com/golang/glog" and "github.com/amadeusitgroup/redis-operator/vendor/github.com/golang/glog" cmd/operator/main.go:10:2: case-insensitive import collision: "github.com/AmadeusITGroup/Redis-Operator/vendor/github.com/spf13/pflag" and "github.com/amadeusitgroup/redis-operator/vendor/github.com/spf13/pflag" ```
issue: #3204
We intended to prohibit the scheduling of new tasks to the queue by closing it. However, when there are already scheduled tasks in the queue, its status changes to “closing”....
### What is the problem you're trying to solve We can implement a mechanism that supports automatically re-queuing tasks that have entered the "Inqueue" status but remain unscheduled for an...
fix #3105