Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

optimize: Modify the number of executions of the retry function #6729

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

BinaryAlan
Copy link
Contributor

No description provided.

@BinaryAlan
Copy link
Contributor Author

修改retry的执行次数,例如retry(3, fn () => throw new Exception('retry test')),定义了3次,实际上会执行四次
为了便于理解和统一,是否可以改成执行三次?
laravel的retry也是执行三次。

@limingxinleo
Copy link
Member

要改就放到 3.2 吧

@limingxinleo limingxinleo added this to the v3.2 milestone May 7, 2024
@xuanyanwow xuanyanwow marked this pull request as draft May 7, 2024 01:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants