Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Failing to restart nddpd caused the exception to escalate #584

Merged
merged 1 commit into from
Mar 21, 2024

Conversation

hoh
Copy link
Member

@hoh hoh commented Mar 20, 2024

The ndppd service is not always required and restarting it can fail.

While waiting for a better fix that prevents restarting the service too quickly, this logs an error instead of raising an exception.

The `ndppd` service is not always required and restarting it can fail.

While waiting for a better fix that prevents restarting the service too quickly, this logs an error instead of raising an exception.
Copy link

Failed to retrieve llama text: POST 504:

504 Gateway Time-out


The server didn't respond in time.

@hoh hoh merged commit 4ba5c4f into main Mar 21, 2024
20 checks passed
Copy link

codecov bot commented Mar 21, 2024

Codecov Report

Attention: Patch coverage is 20.00000% with 4 lines in your changes are missing coverage. Please review.

Project coverage is 35.18%. Comparing base (643004b) to head (19ed994).

Files Patch % Lines
src/aleph/vm/network/ndp_proxy.py 20.00% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #584      +/-   ##
==========================================
- Coverage   35.19%   35.18%   -0.01%     
==========================================
  Files          53       53              
  Lines        4870     4874       +4     
  Branches      579      579              
==========================================
+ Hits         1714     1715       +1     
- Misses       3135     3138       +3     
  Partials       21       21              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Psycojoker Psycojoker deleted the hoh-fix-ndppd-crashed-entire-process branch July 24, 2024 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants