mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-21 12:36:36 +00:00
Merge pull request #816 from tcely/patch-10
Some checks are pending
Run Django tests for TubeSync / test (3.10) (push) Waiting to run
Run Django tests for TubeSync / test (3.11) (push) Waiting to run
Run Django tests for TubeSync / test (3.12) (push) Waiting to run
Run Django tests for TubeSync / test (3.8) (push) Waiting to run
Run Django tests for TubeSync / test (3.9) (push) Waiting to run
Run Django tests for TubeSync / containerise (push) Waiting to run
Some checks are pending
Run Django tests for TubeSync / test (3.10) (push) Waiting to run
Run Django tests for TubeSync / test (3.11) (push) Waiting to run
Run Django tests for TubeSync / test (3.12) (push) Waiting to run
Run Django tests for TubeSync / test (3.8) (push) Waiting to run
Run Django tests for TubeSync / test (3.9) (push) Waiting to run
Run Django tests for TubeSync / containerise (push) Waiting to run
Disable proxies for health checking
This commit is contained in:
commit
84ade182e2
@ -18,6 +18,8 @@ import requests
|
||||
TIMEOUT = 5 # Seconds
|
||||
HTTP_USER = os.getenv('HTTP_USER')
|
||||
HTTP_PASS = os.getenv('HTTP_PASS')
|
||||
# never use proxy for healthcheck requests
|
||||
os.environ['no_proxy'] = '*'
|
||||
|
||||
|
||||
def do_heatlhcheck(url):
|
||||
|
Loading…
Reference in New Issue
Block a user