Skip to content

Commit 3309b84

Browse files
authored
Add delay between requests
We are running into bot detection issues because we are making too many requests (with increasing networks). This PR adds a delay between requests to space them out a bit.
1 parent e3c719b commit 3309b84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.upptimerc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,3 +176,4 @@ status-website:
176176
uptime: "*/5 * * * *"
177177

178178
skipDeleteIssues: true
179+
delay: 2000 # 2 seconds

0 commit comments

Comments
 (0)