Results 7 issues of Yiran Zhou

In Kombu 3.x versions, the MongoDB transport allows accepting the Celery `transport_options` parameters(BROKER_TRANSPORT_OPTIONS) as connection parameters. In https://github.com/celery/kombu/pull/537 , removed support for parameter passing, maybe we should add it back.

## Bug Report https://github.com/pingcap/tiup/blob/master/pkg/utils/retry.go#L80-L92 ```Go for attemptCount = 0; attemptCount < cfg.Attempts; attemptCount++ { if err := doFunc(); err == nil { return nil } // check for timeout select...

type/bug

OS info: ``` ➜ try git:(main) ✗ cat /etc/os-release PRETTY_NAME="Ubuntu 22.04.2 LTS" NAME="Ubuntu" VERSION_ID="22.04" VERSION="22.04.2 LTS (Jammy Jellyfish)" VERSION_CODENAME=jammy ID=ubuntu ID_LIKE=debian HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" UBUNTU_CODENAME=jammy ``` Minimal Reproducible Script:...

duplicate