-
Notifications
You must be signed in to change notification settings - Fork 36
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
I need webhook calling feature #227
Comments
Hi @offchan42 , sorry for the late response here. We are working on this feature now, and will have it done by the end of April. |
Hello @squidarth |
Hey @usman61 thanks for reaching out! We've just launched async inference on Baseten for beta testing and we'd love for you to try it out. Check out our docs on async inference here https://docs.baseten.co/invoke/async and the docs on the webhook integration here https://docs.baseten.co/invoke/async-secure. Feel free to reach out via our in-app chat or [email protected] with questions and feedback! |
thanks for the very useful resources @spal1. |
This example code is for running SDXL from this page: https://www.baseten.co/library/stable-diffusion-xl/
I found that it's an async request that only works for long running servers. I am using Vercel and it's a serverless function that has short timeout span so I need a way to pass a webhook route to the request somehow.
I need baseten to notify my webhook route when the prediction finishes because I cannot keep polling the data on short-lived functions.
This is an example of the webhook feature from runpod: https://docs.runpod.io/serverless/endpoints/send-requests#--webhook
When can I get this feature and if not, what is the workaround?
The text was updated successfully, but these errors were encountered: