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

Handle when the embedding service is out of GPUs #139

Open
Jonathan-Adly opened this issue Mar 3, 2025 · 0 comments
Open

Handle when the embedding service is out of GPUs #139

Jonathan-Adly opened this issue Mar 3, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Jonathan-Adly
Copy link
Contributor

When the embedding service is out of GPUs. We get an error message:

['Failed to save pages: ["Failed to get embeddings from the embeddings service. Repsonse: {'id': 'sync-4bb0e1d2-d4b4-4ed8-9236-40826f9542d8-u1', 'status': 'IN_QUEUE'}"]']

We want to handle this via webhooks: https://docs.runpod.io/serverless/endpoints/send-requests. Probably will be simpler if we handle all ingestion requests to the embeddings service via webhooks

{
  "input": {},
  "webhook": "https://URL.TO.YOUR.WEBHOOK"
}

This is a rare bug, so priority is low.

@Jonathan-Adly Jonathan-Adly added the bug Something isn't working label Mar 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants