Skip to content

Commit

Permalink
Allow gitlab pages to be slow
Browse files Browse the repository at this point in the history
Poorna keeps sending grey positives when gitlab pages is having operational issues. There's nothing we need to do about it and therefore, we're better off not triggering the warning. Ideally we need a way to ignore one failure and recheck in next cycle. But extending maxResponseTime to 120 seconds (from default of 30) will help in cases where the gitlab database is slow
  • Loading branch information
asdofindia authored Oct 30, 2023
1 parent 800adbb commit bfff599
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .upptimerc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ sites:
url: https://poorna.smc.org.in
__dangerous__disable_verify_peer: true
expectedStatusCodes: [200]
maxResponseTime: 120000
assignees:
- mujeebcpy
- name: Community
Expand Down

0 comments on commit bfff599

Please sign in to comment.