Skip to content

Commit 87b0701

Browse files
authored
add more retry (#3)
1 parent 0932fda commit 87b0701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry/issue_alerts.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ func (s *IssueAlertsService) getIssueAlertFromTaskDetail(ctx context.Context, or
128128
}
129129

130130
var resp *Response
131-
for i := 0; i < 5; i++ {
131+
for i := 0; i < 20; i++ {
132132
// TODO: Read poll interval from context
133133
time.Sleep(5 * time.Second)
134134

0 commit comments

Comments
 (0)