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

Make clock API endpoints work better in containers #1497

Open
2 tasks
mfeit-internet2 opened this issue Dec 16, 2024 · 0 comments
Open
2 tasks

Make clock API endpoints work better in containers #1497

mfeit-internet2 opened this issue Dec 16, 2024 · 0 comments
Assignees

Comments

@mfeit-internet2
Copy link
Member

The clock endpoint in the API is depending on ntpd, which is no longer guaranteed present and causes a five-second delay. Ergo, in the library's clockstate.py:

  • Do a better/faster job detecting whether NTP or chrony are present.
  • Make sure the system time is grabbed as early as possible in clock_state() to minimize error.
  • [ ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Ready
Development

No branches or pull requests

1 participant