二丫讲梵(每周更新自己喜欢的项目)

Use retry-go to add a retry mechanism to the project

Original link: https://wiki.eryajf.net/pages/541fc0/ When writing distributed applications, sometimes there will be some transient errors, such as network problems, server connection interruptions, etc. These errors may cause the function to fail, but may succeed when retried later. In this case, we can use retry mechanism. retry-go is a lightweight Golang library that makes it easier to

Use retry-go to add a retry mechanism to the project Read More »