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

Change kp refresh function name and pin redis version #456

Merged
merged 2 commits into from
Aug 5, 2024

Conversation

maximusunc
Copy link
Collaborator

The watchdog tests have been failing for a little while because the /kps endpoint was returning a 500. This fixes that.

@maximusunc maximusunc requested a review from uhbrar August 5, 2024 16:23
@@ -186,7 +186,7 @@ async def catch_exceptions_middleware(request: Request, call_next):


@APP.on_event("startup")
async def get_kp_registry():
async def refresh_kp_registry():
Copy link
Collaborator

Choose a reason for hiding this comment

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

If we change the name of this function, what are we calling now in line 682?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

We are now correctly calling line 48

Copy link
Collaborator

Choose a reason for hiding this comment

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

Ah okay, I missed that import. Thanks.

@uhbrar uhbrar self-requested a review August 5, 2024 20:35
Copy link
Collaborator

@uhbrar uhbrar left a comment

Choose a reason for hiding this comment

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

lgtm

@maximusunc maximusunc merged commit bd2b0f8 into master Aug 5, 2024
4 checks passed
@maximusunc maximusunc deleted the refresh_kps_fix branch August 5, 2024 20:36
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.

None yet

2 participants