yiisoft / yii2-redis

Yii 2 Redis extension.
http://www.yiiframework.com
BSD 3-Clause "New" or "Revised" License
452 stars 183 forks source link

Sleep before retry #188

Closed marty-macfly closed 4 years ago

marty-macfly commented 4 years ago

Hello,

Thanks for the work done on that extension.

It's not an issue but a request for improvement if it makes sense. In issue #106 retries has been added on connection problem. Retry is actually done without sleep between them which can sometimes not work for example during fail-over (that can may be slow).

Would it make sense to add a usleep, the sleep time can be by default 0 so no time like it is today and can be change in configuration with the time needed on specific use case.

Do you that it could be useful ? If it is I can work on a PR.

Regards,

samdark commented 4 years ago

Yes. I find it useful.