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

tickets/PREOPS-4603: prepare schedview's scheduler_dashboard app for running at USDF w/ k8 #54

Merged
merged 2 commits into from
Nov 28, 2023

Conversation

ehneilsen
Copy link
Collaborator

@ehneilsen ehneilsen commented Nov 27, 2023

The k8 ingress seems to have trouble getting supplying bokeh js libraries unless the dashboard is served a couple of directories "down" in the url, that is https://myhost/a/b works, but https://myhost and https://myhost/a do not.
There might be a way either to get bokeh to serve its libraries differently or get the ingress to handle routing to the js libraries, but I couldn't find it, and just moving the URL is easy and has no downsides that I can see.
I named the dir "scheduler-snapshot" here to make it clear how it is different from other existing planned or existing schedview dashboards, which can also be thought of as scheduler-related dashboards. What makes this dashboard distinctive is that it looks at the state of the scheduler as captured (in a pickle, at least for now) at a given time.

Copy link

codecov bot commented Nov 27, 2023

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (ba9ece9) 12.26% compared to head (9cd4c0f) 12.24%.

Files Patch % Lines
...iew/app/scheduler_dashboard/scheduler_dashboard.py 0.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #54      +/-   ##
==========================================
- Coverage   12.26%   12.24%   -0.02%     
==========================================
  Files          39       39              
  Lines        3238     3241       +3     
  Branches      492      492              
==========================================
  Hits          397      397              
- Misses       2832     2835       +3     
  Partials        9        9              

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

Copy link
Collaborator

@alserene alserene left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As far as I can tell, this all looks okay. I ran the dashboard locally in both the restricted and unrestricted modes and they both worked fine.

@ehneilsen ehneilsen merged commit 895fa68 into main Nov 28, 2023
6 of 8 checks passed
@ehneilsen ehneilsen deleted the tickets/PREOPS-4603 branch November 28, 2023 16:39
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