Vincent Liu

Results 2 issues of Vincent Liu

**What happened**: Low-priority running jobs will not be preempted by pending high-priority jobs when resource is not enough. **What you expected to happen**: Low-priority running job should be evicted and...

kind/bug

### What happened I tried to skip TLS verification when using slack socketmode, but I got websocket bad handshake issue, here is my code: tr := &http.Transport{ TLSClientConfig: &tls.Config{InsecureSkipVerify: true},...