You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrade redis to its latest version (6.2.0) (#12304)
I tried this locally with
```python
BROKER_USE_SSL = {
'ssl_cert_reqs': ssl.CERT_NONE,
}
```
and the error reported in the issue is not present anymore but I'm not
able to trigger builds 🤷🏼
Closes#12171
0 commit comments