xflying

Results 6 issues of 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" ```

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”....

kind/bug

### 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...

kind/feature

fix #3105

size/S
needs-rebase
do-not-merge/hold