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

[feat] Add retry logic to request_rpc #238

Closed
maciejka opened this issue Oct 3, 2024 · 3 comments · Fixed by #242
Closed

[feat] Add retry logic to request_rpc #238

maciejka opened this issue Oct 3, 2024 · 3 comments · Fixed by #242
Assignees
Labels
good first issue Good for newcomers

Comments

@maciejka
Copy link
Collaborator

maciejka commented Oct 3, 2024

Add retry logic to request_rpc. It should retry let's say 3 times before re raising the exception.

@maciejka maciejka added the good first issue Good for newcomers label Oct 3, 2024
@mubarak23
Copy link
Contributor

mubarak23 commented Oct 3, 2024

@maciejka can I take this.

Kindly assign

@maciejka maciejka assigned maciejka and mubarak23 and unassigned maciejka Oct 3, 2024
@mubarak23
Copy link
Contributor

i want to add two argument to the function,

retry and delay

where ever we are calling the function, we i will update it with the two function

@maciejka
Copy link
Collaborator Author

maciejka commented Oct 3, 2024

i want to add two argument to the function,

retry and delay

where ever we are calling the function, we i will update it with the two function

Please declare they as constants at the top of the script.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants