7 months ago
Every time I try to deploy to either US East or US West I get this error. This is from a Github Repo and has worked great in the past, so not sure why Healthchecks are failing
Path: /
Retry window: 5m0s
Attempt #1 failed with service unavailable. Continuing to retry for 4m52s
Attempt #2 failed with service unavailable. Continuing to retry for 4m41s
Attempt #3 failed with service unavailable. Continuing to retry for 4m39s
Attempt #4 failed with service unavailable. Continuing to retry for 4m35s
Attempt #5 failed with service unavailable. Continuing to retry for 4m16s
Attempt #6 failed with service unavailable. Continuing to retry for 4m0s
Attempt #7 failed with service unavailable. Continuing to retry for 3m30s
Attempt #8 failed with service unavailable. Continuing to retry for 3m0s
Attempt #9 failed with service unavailable. Continuing to retry for 2m30s
Attempt #10 failed with service unavailable. Continuing to retry for 1m59s
Attempt #11 failed with service unavailable. Continuing to retry for 1m29s
Attempt #12 failed with service unavailable. Continuing to retry for 59s
Attempt #13 failed with service unavailable. Continuing to retry for 29s
1/1 replicas never became healthy!
Healthcheck failed!
4 Replies
7 months ago
Hey there! We've found the following might help you get unblocked faster:
If you find the answer from one of these, please let us know by solving the thread!
Status changed to Awaiting User Response Railway • 7 months ago
7 months ago
I am seeing the following errors in the deployment logs:
INFO:src.redis_cache:Connected to name Redis
INFO:src.redis_cache:Connected to phone Redis
Traceback (most recent call last):
File "/opt/venv/bin/hypercorn", line 8, in <module>
sys.exit(main())
File "/opt/venv/lib/python3.9/site-packages/hypercorn/__main__.py", line 287, in main
run(config)
File "/opt/venv/lib/python3.9/site-packages/hypercorn/run.py", line 42, in run
load_application(config.application_path, config.wsgi_max_body_size)
File "/opt/venv/lib/python3.9/site-packages/hypercorn/utils.py", line 115, in load_application
module = import_module(import_name)
File "/root/.nix-profile/lib/python3.9/importlib/__init__.py", line 127, in import_module
return bootstrap.gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1030, in gcdimport
File "<frozen importlib._bootstrap>", line 1007, in findand_load
File "<frozen importlib._bootstrap>", line 986, in findand_load_unlocked
File "<frozen importlib._bootstrap>", line 680, in loadunlocked
File "<frozen importlib._bootstrap_external>", line 850, in exec_module
File "<frozen importlib._bootstrap>", line 228, in callwith_frames_removed
7 months ago
Well. That is quite embarrassing. Sorry for wasting time and thank you!!
Status changed to Awaiting Railway Response Railway • 7 months ago
Status changed to Solved 2000dsr • 7 months ago